Searched refs:PointToUTF8 (Results 1 – 3 of 3) sorted by relevance
120 UnicodeText& UnicodeText::PointToUTF8(const char* buffer, int byte_length) { in PointToUTF8() function in libtextclassifier3::UnicodeText323 t.PointToUTF8(utf8_buf, len); in UTF8ToUnicodeText()
171 UnicodeText& PointToUTF8(const char* utf8_buffer, int byte_length);
95 alias.PointToUTF8(src.data(), src.size()); in TEST()