Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc931 if (!IsValidRegionCode(region_code)) { in GetSupportedTypesForRegion()
1047 bool PhoneNumberUtil::IsValidRegionCode(const string& region_code) const { in IsValidRegionCode() function in i18n::phonenumbers::PhoneNumberUtil
1357 if (!IsValidRegionCode(calling_from)) { in FormatOutOfCountryCallingNumber()
1676 if (!IsValidRegionCode(calling_from)) { in FormatOutOfCountryKeepingAlphaChars()
1919 if (!IsValidRegionCode(region_code)) { in GetCountryCodeForRegion()
1945 if (!IsValidRegionCode(region_code)) { in GetInvalidExampleNumber()
2003 if (!IsValidRegionCode(region_code)) { in GetExampleNumberForType()
2119 if (!IsValidRegionCode(default_region) && !number_to_parse.empty()) { in CheckRegionForParsing()
Dphonenumberutil.h850 bool IsValidRegionCode(const string& region_code) const;