Home | History | Annotate | Download | only in unicode

Lines Matching defs:UNICODE_STRING

113 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, u ## cs, _length)
115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t*)u ## cs, _length)
131 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
1409 * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
3213 * For ASCII (invariant-character) string literals, see UNICODE_STRING and
3222 * @see UNICODE_STRING