Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h941 int ExtractCountryCode(string* national_number) const;
Dasyoutypeformatter.cc682 phone_util_.ExtractCountryCode(&number_without_country_code); in AttemptToExtractCountryCode()
Dphonenumberutil.cc2945 int PhoneNumberUtil::ExtractCountryCode(string* national_number) const { in ExtractCountryCode() function in i18n::phonenumbers::PhoneNumberUtil
3007 int potential_country_code = ExtractCountryCode(national_number); in MaybeExtractCountryCode()