Lines Matching defs:textBuf
107 const std::vector<uint16_t> textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
842 const std::vector<uint16_t> textBuf = utf8ToUtf16("czerwono-niebieska"); in TEST_F() local
899 const auto textBuf = utf8ToUtf16(""); in TEST_F() local
907 const auto textBuf = utf8ToUtf16("A"); in TEST_F() local
917 const auto textBuf = utf8ToUtf16("AB"); in TEST_F() local
938 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
957 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
985 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
1035 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
1068 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
1107 const auto textBuf = utf8ToUtf16("This is an url: http://a.b"); in TEST_F() local
1150 const auto textBuf = utf8ToUtf16("This is an email: a@example.com"); in TEST_F() local
1187 const std::vector<uint16_t> textBuf = utf8ToUtf16("The \u3042\u3044\u3046 is Japanese."); in TEST_F() local
1324 const auto textBuf = utf8ToUtf16("This is an example \u2639 text."); in TEST_F() local
1417 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
1505 const auto textBuf = utf8ToUtf16("This is an example text."); in TEST_F() local
1581 const auto textBuf = utf8ToUtf16("\u672C\u65E5\u306F\u6674\u5929\u306A\u308A"); in TEST_F() local
1736 const auto textBuf = utf8ToUtf16("ab de\u00A0\u00A0fg ij\u00A0\u00A0kl no\u00A0\u00A0pq st"); in TEST_F() local
1873 const auto textBuf = utf8ToUtf16("This (is an) example text."); in TEST_F() local
2060 const std::vector<uint16_t> textBuf = utf8ToUtf16("example \u2066example"); in TEST_F() local