Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp1003 const char *u8str = "\xc8\x81\xe1\x82\x83\xf1\x84\x85\x86"; in ErrorTest() local
1016 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); in ErrorTest()
1219 const char u8str[] = {char(0x31), (char)0x32, (char)0x33, 0}; in FreezeTest() local
1226 ut = utext_openUTF8(ut, u8str, -1, &status); in FreezeTest()
Dstrtest.cpp566 std::u8string u8str(u8"str"); // C++20 in TestStringPieceU8() local
567 StringPiece u8strsp(u8str); in TestStringPieceU8()