Searched refs:getUtf8String (Results 1 – 3 of 3) sorted by relevance
67 EXPECT_EQ("test", Utf8Utils::getUtf8String(CodePointArrayView(codePoints))); in TEST()79 Utf8Utils::getUtf8String(CodePointArrayView(codePoints))); in TEST()
33 static std::string getUtf8String(const CodePointArrayView codePoints);
84 /* static */ std::string Utf8Utils::getUtf8String(const CodePointArrayView codePoints) { in getUtf8String() function in latinime::dicttoolkit::Utf8Utils