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