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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dencoding_utils.h30 static inline int DecodeUTF8Char(const char* in, char32* out) { function in class:i18n::phonenumbers::EncodingUtils
H A Dphonenumbermatcher.cc429 EncodingUtils::DecodeUTF8Char(previous_char_ptr, &previous_char);
443 EncodingUtils::DecodeUTF8Char(next_char_ptr, &next_char);
H A Dphonenumberutil.cc278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint);

Completed in 231 milliseconds