Lines Matching refs:utf8ToUtf16

49     auto utf16 = utf8ToUtf16(text);  in doLayout()
59 auto utf16 = utf8ToUtf16(text); in doLayoutWithPrecomputedPieces()
93 text = utf8ToUtf16("oneword"); in TEST_F()
113 text = utf8ToUtf16("two words"); in TEST_F()
133 text = utf8ToUtf16("three words test"); in TEST_F()
153 text = utf8ToUtf16("two spaces"); in TEST_F()
189 text = utf8ToUtf16("oneword"); in TEST_F()
209 text = utf8ToUtf16("two words"); in TEST_F()
233 text = utf8ToUtf16("three words test"); in TEST_F()
255 text = utf8ToUtf16("two spaces"); in TEST_F()
293 text = utf8ToUtf16("oneword"); in TEST_F()
313 text = utf8ToUtf16("two words"); in TEST_F()
334 text = utf8ToUtf16("three word test"); in TEST_F()
356 text = utf8ToUtf16("two spaces"); in TEST_F()
445 text = utf8ToUtf16("oneword"); in TEST_F()
453 text = utf8ToUtf16("oneword"); in TEST_F()
461 text = utf8ToUtf16("oneword"); in TEST_F()
469 text = utf8ToUtf16("oneword"); in TEST_F()
477 text = utf8ToUtf16("oneword"); in TEST_F()
488 std::vector<uint16_t> text = utf8ToUtf16("ab"); in TEST_F()
518 std::vector<uint16_t> text = utf8ToUtf16("I"); in TEST_F()
529 std::vector<uint16_t> text = utf8ToUtf16("IV"); in TEST_F()
541 std::vector<uint16_t> text = utf8ToUtf16("IVX"); in TEST_F()
564 pieces.insert(utf8ToUtf16("I"), Range(0, 1), paint, false /* dir */, in TEST_F()
575 pieces.insert(utf8ToUtf16("I"), Range(0, 1), paint, false /* dir */, in TEST_F()
588 pieces.insert(utf8ToUtf16("I"), Range(0, 1), paint, false /* dir */, in TEST_F()
600 pieces.insert(utf8ToUtf16("I"), Range(0, 1), paint, false /* dir */, in TEST_F()
605 pieces.insert(utf8ToUtf16("V"), Range(0, 1), paint, false /* dir */, in TEST_F()