Lines Matching refs:utf8ToUtf16

245     const std::vector<uint16_t> textBuffer = utf8ToUtf16("8888888888888888888");  in TEST_F()
266 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
473 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation."); in TEST_F()
748 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F()
801 const auto textBuf = utf8ToUtf16(""); in TEST_F()
809 const auto textBuf = utf8ToUtf16("A"); in TEST_F()
819 const auto textBuf = utf8ToUtf16("AB"); in TEST_F()
839 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
860 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
888 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
940 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
952 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
973 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
996 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
1029 const auto textBuf = utf8ToUtf16("a \tb"); in TEST_F()
1053 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F()
1196 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F()
1292 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
1381 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F()
1533 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F()
1718 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F()
1747 const std::vector<uint16_t> textBuf = utf8ToUtf16("dddd dddd dddd dddd"); in TEST_F()
1817 const std::vector<uint16_t> textBuf = utf8ToUtf16("gggg gggg gggg gggg"); in TEST_F()
1878 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is Android. Here is hyphenation."); in TEST_F()
1933 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
1948 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
1964 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
1981 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
1999 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2017 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2047 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
2062 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
2078 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
2095 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
2113 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2132 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2163 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
2178 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
2194 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
2211 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
2230 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2248 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2279 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS()
2296 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS()
2313 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS()
2333 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F_WITH_FLAGS()