Home
last modified time | relevance | path

Searched refs:u16str (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1072 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1080 u16str = u16str.unescape(); in ErrorTest()
1082 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); in ErrorTest()
1140 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1148 u16str = u16str.unescape(); in ErrorTest()
1150 UText *ut = utext_openReplaceable(NULL, &u16str, &status); in ErrorTest()
1213 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; in FreezeTest() local
1227 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1281 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()