Searched refs:PointToUTF8 (Results 1 – 3 of 3) sorted by relevance
112 UnicodeText& UnicodeText::PointToUTF8(const char* buffer, int byte_length) { in PointToUTF8() function in libtextclassifier2::UnicodeText282 t.PointToUTF8(utf8_buf, len); in UTF8ToUnicodeText()
166 UnicodeText& PointToUTF8(const char* utf8_buffer, int byte_length);
56 alias.PointToUTF8(src.data(), src.size()); in TEST()