Lines Matching defs:textBuf
127 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
334 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation."); in TEST_F() local
609 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F() local
662 const auto textBuf = utf8ToUtf16(""); in TEST_F() local
670 const auto textBuf = utf8ToUtf16("A"); in TEST_F() local
680 const auto textBuf = utf8ToUtf16("AB"); in TEST_F() local
700 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
721 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
749 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
801 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
813 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
834 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
857 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
890 const auto textBuf = utf8ToUtf16("a \tb"); in TEST_F() local
914 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F() local
1057 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F() local
1152 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
1240 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F() local
1391 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F() local
1575 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F() local