Home
last modified time | relevance | path

Searched refs:GetCountryCodeForValidRegion (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h690 int GetCountryCodeForValidRegion(const string& region_code) const;
Dphonenumberutil.cc1138 } else if (country_code == GetCountryCodeForValidRegion(calling_from)) { in FormatOutOfCountryCallingNumber()
1387 country_code == GetCountryCodeForValidRegion(calling_from)) { in FormatOutOfCountryKeepingAlphaChars()
1684 return GetCountryCodeForValidRegion(region_code); in GetCountryCodeForRegion()
1687 int PhoneNumberUtil::GetCountryCodeForValidRegion( in GetCountryCodeForValidRegion() function in i18n::phonenumbers::PhoneNumberUtil
2091 country_code != GetCountryCodeForValidRegion(region_code))) { in IsValidNumberForRegion()