Lines Matching refs:utf8ToUtf16
229 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
777 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F()
822 const auto textBuf = utf8ToUtf16(""); in TEST_F()
827 const auto textBuf = utf8ToUtf16("A"); in TEST_F()
834 const auto textBuf = utf8ToUtf16("AB"); in TEST_F()
852 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
871 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
899 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
949 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
971 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
998 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F()
1041 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F()
1078 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F()
1191 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F()
1284 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
1372 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F()
1448 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F()
1603 const auto textBuf = utf8ToUtf16("ab de\u00A0\u00A0fg ij\u00A0\u00A0kl no\u00A0\u00A0pq st"); in TEST_F()
1740 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F()
1927 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F()
1955 const std::vector<uint16_t> textBuffer = utf8ToUtf16("8888888888888888888"); in TEST_F()
1983 const std::vector<uint16_t> textBuf = utf8ToUtf16("dddd dddd dddd dddd"); in TEST_F()
2054 const std::vector<uint16_t> textBuf = utf8ToUtf16("gggg gggg gggg gggg"); in TEST_F()
2117 const std::vector<uint16_t> textBuffer = utf8ToUtf16("This is Android. Here is hyphenation."); in TEST_F()
2168 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
2183 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
2199 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
2216 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
2234 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2252 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2282 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
2297 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
2313 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
2330 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
2348 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2367 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2398 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS()
2413 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS()
2429 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS()
2446 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS()
2465 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS()
2483 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS()
2508 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F_WITH_FLAGS()