Searched refs:utf8_buf (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h430 inline UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, argument
434 t.CopyUTF8(utf8_buf, len);
436 t.PointToUTF8(utf8_buf, len);
445 inline UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len) { argument
446 return UTF8ToUnicodeText(utf8_buf, len, true);

Completed in 875 milliseconds