Home | History | Annotate | Download | only in unicode

Lines Matching defs:UNICODE_STRING

115 #   define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
137 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
1368 * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
2969 * For ASCII (invariant-character) string literals, see UNICODE_STRING and
2978 * @see UNICODE_STRING