Searched refs:u16str (Results 1 - 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | utxttest.cpp | 1071 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); 1079 u16str = u16str.unescape(); 1081 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); 1139 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); 1147 u16str = u16str.unescape(); 1149 UText *ut = utext_openReplaceable(NULL, &u16str, &status); 1212 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local 1226 ut = utext_openUChars(ut, u16str, [all...] |
/external/icu4c/test/intltest/ |
H A D | utxttest.cpp | 1545 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); 1553 u16str = u16str.unescape(); 1555 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); 1613 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); 1621 u16str = u16str.unescape(); 1623 UText *ut = utext_openReplaceable(NULL, &u16str, &status); 1686 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local 1700 ut = utext_openUChars(ut, u16str, [all...] |
Completed in 60 milliseconds