Lines Matching refs:utf8ToUtf16

106     const std::vector<uint16_t> textBuffer = utf8ToUtf16("8888888888888888888");  in TEST_F()
125 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
332 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation."); in TEST_F()
607 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F()
660 const auto textBuf = utf8ToUtf16(""); in TEST_F()
668 const auto textBuf = utf8ToUtf16("A"); in TEST_F()
678 const auto textBuf = utf8ToUtf16("AB"); in TEST_F()
698 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
719 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
747 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
799 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
811 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
832 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
855 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
888 const auto textBuf = utf8ToUtf16("a \tb"); in TEST_F()
912 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F()
1055 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F()
1150 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
1238 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F()
1389 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F()
1573 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F()