Lines Matching refs:utf8ToUtf16
69 text = utf8ToUtf16("oneword"); in TEST_F()
88 text = utf8ToUtf16("two words"); in TEST_F()
107 text = utf8ToUtf16("three words test"); in TEST_F()
126 text = utf8ToUtf16("two spaces"); in TEST_F()
157 text = utf8ToUtf16("oneword"); in TEST_F()
176 text = utf8ToUtf16("two words"); in TEST_F()
196 text = utf8ToUtf16("three words test"); in TEST_F()
217 text = utf8ToUtf16("two spaces"); in TEST_F()
251 text = utf8ToUtf16("oneword"); in TEST_F()
270 text = utf8ToUtf16("two words"); in TEST_F()
290 text = utf8ToUtf16("three word test"); in TEST_F()
311 text = utf8ToUtf16("two spaces"); in TEST_F()
393 text = utf8ToUtf16("oneword"); in TEST_F()
401 text = utf8ToUtf16("oneword"); in TEST_F()
409 text = utf8ToUtf16("oneword"); in TEST_F()
417 text = utf8ToUtf16("oneword"); in TEST_F()
425 text = utf8ToUtf16("oneword"); in TEST_F()
448 std::vector<uint16_t> text = utf8ToUtf16("I"); in TEST_F()
461 std::vector<uint16_t> text = utf8ToUtf16("IV"); in TEST_F()
475 std::vector<uint16_t> text = utf8ToUtf16("IVX"); in TEST_F()