HomeSort by relevance Sort by last modified time
    Searched refs:DecodeUTF8Char (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
encoding_utils.h 30 static inline int DecodeUTF8Char(const char* in, char32* out) {
phonenumbermatcher.cc 429 EncodingUtils::DecodeUTF8Char(previous_char_ptr, &previous_char);
443 EncodingUtils::DecodeUTF8Char(next_char_ptr, &next_char);
    [all...]
phonenumberutil.cc 278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint);
    [all...]

Completed in 89 milliseconds