Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc60 const int PhoneNumberUtil::kNanpaCountryCode; member in i18n::phonenumbers::PhoneNumberUtil
877 if (country_calling_code == kNanpaCountryCode) { in PhoneNumberUtil()
1291 } else if (country_calling_code == kNanpaCountryCode) { in FormatNumberForMobileDialing()
1370 if (country_code == kNanpaCountryCode) { in FormatOutOfCountryCallingNumber()
1624 if (country_code == kNanpaCountryCode) { in FormatOutOfCountryKeepingAlphaChars()
Dphonenumberutil.h809 static const int kNanpaCountryCode = 1; variable