Searched refs:u16str (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1078 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local 1086 u16str = u16str.unescape(); in ErrorTest() 1088 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); in ErrorTest() 1146 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local 1154 u16str = u16str.unescape(); in ErrorTest() 1156 UText *ut = utext_openReplaceable(NULL, &u16str, &status); in ErrorTest() 1219 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; in FreezeTest() local 1233 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1287 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
|