Searched refs:CopyUTF8 (Results 1 – 3 of 3) sorted by relevance
99 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8() function in libtextclassifier::UnicodeText182 t.CopyUTF8(utf8_buf, len); in UTF8ToUnicodeText()
146 UnicodeText& CopyUTF8(const char* utf8_buffer, int byte_length);
71 remapped->CopyUTF8(utf8_str.data(), utf8_str.length()); in RemapTokenUnicode()