Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h302 UnicodeText& CopyUTF8(const char* utf8_buffer, int byte_length);
439 t.CopyUTF8(utf8_buf, len); in UTF8ToUnicodeText()
Dunicodetext.cc232 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8() function in i18n::phonenumbers::UnicodeText
/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.h92 text_.CopyUTF8(s, static_cast<int>(len)); in setTo()