Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1052 bool PhoneNumberUtil::HasValidCountryCallingCode( in HasValidCountryCallingCode() function in i18n::phonenumbers::PhoneNumberUtil
1114 if (!HasValidCountryCallingCode(country_calling_code)) { in Format()
1150 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatByPattern()
1203 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatNationalNumberWithCarrierCode()
1253 if (!HasValidCountryCallingCode(country_calling_code)) { in FormatNumberForMobileDialing()
1366 if (!HasValidCountryCallingCode(country_code)) { in FormatOutOfCountryCallingNumber()
1600 if (!HasValidCountryCallingCode(country_code)) { in FormatOutOfCountryKeepingAlphaChars()
2399 if (!HasValidCountryCallingCode(country_code)) { in IsPossibleNumberForTypeWithReason()
Dphonenumberutil.h853 bool HasValidCountryCallingCode(int country_calling_code) const;