Home | History | Annotate | Download | only in unicode

Lines Matching defs:UNICODE_STRING

118 #   define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length)
122 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length)
124 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
140 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
1370 * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
2971 * For ASCII (invariant-character) string literals, see UNICODE_STRING and
2980 * @see UNICODE_STRING