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
1933 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS() local
1948 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS() local
1964 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS() local
1981 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS() local
1999 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS() local
2017 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS() local
2047 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS() local
2062 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS() local
2078 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS() local
2095 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS() local
2113 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS() local
2132 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS() local
2163 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 1)); in TEST_F_WITH_FLAGS() local
2178 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 2)); in TEST_F_WITH_FLAGS() local
2194 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 3)); in TEST_F_WITH_FLAGS() local
2211 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 4)); in TEST_F_WITH_FLAGS() local
2230 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 5)); in TEST_F_WITH_FLAGS() local
2248 const std::vector<uint16_t> textBuf = utf8ToUtf16(repeat(JP_TEXT, 6)); in TEST_F_WITH_FLAGS() local
2279 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS() local
2296 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS() local
2313 const std::vector<uint16_t> textBuf = utf8ToUtf16(KO_TEXT); in TEST_F_WITH_FLAGS() local
2333 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F_WITH_FLAGS() local