Lines Matching refs:utf8ToUtf16
62 text = utf8ToUtf16("oneword"); in TEST_F()
80 text = utf8ToUtf16("two words"); in TEST_F()
98 text = utf8ToUtf16("three words test"); in TEST_F()
116 text = utf8ToUtf16("two spaces"); in TEST_F()
146 text = utf8ToUtf16("oneword"); in TEST_F()
164 text = utf8ToUtf16("two words"); in TEST_F()
183 text = utf8ToUtf16("three words test"); in TEST_F()
203 text = utf8ToUtf16("two spaces"); in TEST_F()
236 text = utf8ToUtf16("oneword"); in TEST_F()
254 text = utf8ToUtf16("two words"); in TEST_F()
273 text = utf8ToUtf16("three word test"); in TEST_F()
293 text = utf8ToUtf16("two spaces"); in TEST_F()
374 text = utf8ToUtf16("oneword"); in TEST_F()
382 text = utf8ToUtf16("oneword"); in TEST_F()
390 text = utf8ToUtf16("oneword"); in TEST_F()
398 text = utf8ToUtf16("oneword"); in TEST_F()
406 text = utf8ToUtf16("oneword"); in TEST_F()
429 std::vector<uint16_t> text = utf8ToUtf16("I"); in TEST_F()
439 std::vector<uint16_t> text = utf8ToUtf16("IV"); in TEST_F()
450 std::vector<uint16_t> text = utf8ToUtf16("IVX"); in TEST_F()