Home | History | Annotate | Download | only in intltest

Lines Matching refs:u16str

1068         UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV);
1076 u16str = u16str.unescape();
1078 UText *ut = utext_openUnicodeString(NULL, &u16str, &status);
1136 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV);
1144 u16str = u16str.unescape();
1146 UText *ut = utext_openReplaceable(NULL, &u16str, &status);
1209 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0};
1223 ut = utext_openUChars(ut, u16str, -1, &status);
1277 ut = utext_openUChars(ut, u16str, -1, &status);