#include "unicode/utypes.h"
#include "unicode/rep.h"
Go to the source code of this file.
Compounds | |
class | UCharReference |
class | UnicodeString |
UnicodeString is a string class that stores Unicode characters directly and provides similar functionality as the Java String class. More... | |
Defines | |
#define | UNICODE_STRING(cs, length) UnicodeString(TRUE, (const UChar *)L ## cs, length) |
Unicode String literals in C++. More... | |
#define | UNICODE_STRING_SIMPLE(cs) UnicodeString((const UChar *)L ## cs) |
Unicode String literals in C++. More... | |
Functions | |
U_NAMESPACE_END void | uprv_arrayCopy (const U_NAMESPACE_QUALIFIER UnicodeString *src, U_NAMESPACE_QUALIFIER UnicodeString *dst, int32_t count) |
void | uprv_arrayCopy (const U_NAMESPACE_QUALIFIER UnicodeString *src, int32_t srcStart, U_NAMESPACE_QUALIFIER UnicodeString *dst, int32_t dstStart, int32_t count) |
Variables | |
U_NAMESPACE_BEGIN class | Locale |
|
Unicode String literals in C++. Dependent on the platform properties, different UnicodeString constructors should be used to create a UnicodeString object from a string literal. The macros are defined for maximum performance. They work only for strings that contain "invariant characters", i.e., only latin letters, digits, and some punctuation. See utypes.h for details.
The string parameter must be a C string literal. The length of the string, not including the terminating
|
|
Unicode String literals in C++. Dependent on the platform properties, different UnicodeString constructors should be used to create a UnicodeString object from a string literal. The macros are defined for improved performance. They work only for strings that contain "invariant characters", i.e., only latin letters, digits, and some punctuation. See utypes.h for details. The string parameter must be a C string literal.
|
|
|
|
|
|
|