Home
last modified time | relevance | path

Searched refs:CopyUTF8 (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/util/utf8/
Dunicodetext.cc99 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8() function in libtextclassifier::UnicodeText
182 t.CopyUTF8(utf8_buf, len); in UTF8ToUnicodeText()
Dunicodetext.h146 UnicodeText& CopyUTF8(const char* utf8_buffer, int byte_length);
/external/libtextclassifier/smartselect/
Dtoken-feature-extractor.cc71 remapped->CopyUTF8(utf8_str.data(), utf8_str.length()); in RemapTokenUnicode()