Lines Matching defs:textBuf
83 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
291 const std::vector<uint16_t> textBuf = utf8ToUtf16("Hyphenation is hyphenation."); in TEST_F() local
565 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F() local
619 const auto textBuf = utf8ToUtf16(""); in TEST_F() local
627 const auto textBuf = utf8ToUtf16("A"); in TEST_F() local
637 const auto textBuf = utf8ToUtf16("AB"); in TEST_F() local
657 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
668 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
687 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
736 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
748 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
769 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
790 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
821 const auto textBuf = utf8ToUtf16("a \tb"); in TEST_F() local