Searched refs:u16str (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/androidkit/src/ |
D | Text.cpp | 31 std::u16string u16str = JStringToU16String(env, jtext); in Text_RenderText() local 34 Paint::drawText(u16str, canvas, in Text_RenderText()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1079 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local 1087 u16str = u16str.unescape(); in ErrorTest() 1089 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); in ErrorTest() 1147 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local 1155 u16str = u16str.unescape(); in ErrorTest() 1157 UText *ut = utext_openReplaceable(NULL, &u16str, &status); in ErrorTest() 1220 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; in FreezeTest() local 1234 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest() 1288 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
|