Lines Matching defs:textBuf
266 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
473 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation."); in TEST_F() local
748 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F() local
801 const auto textBuf = utf8ToUtf16(""); in TEST_F() local
809 const auto textBuf = utf8ToUtf16("A"); in TEST_F() local
819 const auto textBuf = utf8ToUtf16("AB"); in TEST_F() local
839 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
860 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
888 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
940 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
952 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
973 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
996 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
1029 const auto textBuf = utf8ToUtf16("a \tb"); in TEST_F() local
1053 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F() local
1196 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F() local
1292 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
1381 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F() local
1533 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F() local
1718 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F() local
1747 const std::vector<uint16_t> textBuf = utf8ToUtf16("dddd dddd dddd dddd"); in TEST_F() local
1817 const std::vector<uint16_t> textBuf = utf8ToUtf16("gggg gggg gggg gggg"); in TEST_F() local
1878 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is Android. Here is hyphenation."); in TEST_F() local
1931 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F() local
1946 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F() local
1962 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F() local
1979 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F() local
1997 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F() local
2015 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F() local
2043 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F() local
2058 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F() local
2074 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F() local
2091 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F() local
2109 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F() local
2128 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F() local
2157 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F() local
2172 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F() local
2188 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F() local
2205 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F() local
2224 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F() local
2242 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F() local
2271 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F() local
2288 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F() local
2305 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F() local
2323 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local