Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h867 int GetCountryCodeForValidRegion(const string& region_code) const;
Dphonenumberutil.cc1378 } else if (country_code == GetCountryCodeForValidRegion(calling_from)) { in FormatOutOfCountryCallingNumber()
1630 country_code == GetCountryCodeForValidRegion(calling_from)) { in FormatOutOfCountryKeepingAlphaChars()
1924 return GetCountryCodeForValidRegion(region_code); in GetCountryCodeForRegion()
1927 int PhoneNumberUtil::GetCountryCodeForValidRegion( in GetCountryCodeForValidRegion() function in i18n::phonenumbers::PhoneNumberUtil
2455 country_code != GetCountryCodeForValidRegion(region_code))) { in IsValidNumberForRegion()