Home
last modified time | relevance | path

Searched defs:country_calling_code (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc163 int country_calling_code, in PrefixNumberWithCountryCallingCode()
774 int country_calling_code = it->country_code(); in PhoneNumberUtil() local
858 int country_calling_code, in GetSupportedTypesForNonGeoEntity()
1012 int country_calling_code = number.country_code(); in Format() local
1053 int country_calling_code = number.country_code(); in FormatByPattern() local
1111 int country_calling_code = number.country_code(); in FormatNationalNumberWithCarrierCode() local
1136 int country_calling_code, const string& region_code) const { in GetMetadataForRegionOrCallingCode()
1163 int country_calling_code = number.country_code(); in FormatNumberForMobileDialing() local
1479 int country_calling_code = number.country_code(); in HasFormattingPatternForNumber() local
1745 int country_calling_code, in GetRegionCodesForCountryCallingCode()
[all …]
Dasyoutypeformatter.cc122 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); in GetMetadataForRegion() local
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dmapping_file_provider.cc93 const string& MappingFileProvider::GetFileName(int country_calling_code, in GetFileName()
Dphonenumber_offline_geocoder.cc195 const int country_calling_code = number.country_code(); in GetAreaDescription() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1522 int country_calling_code; in TEST_F() local