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.cc168 int country_calling_code, in PrefixNumberWithCountryCallingCode()
855 int country_calling_code = it->country_code(); in PhoneNumberUtil() local
940 int country_calling_code, in GetSupportedTypesForNonGeoEntity()
1102 int country_calling_code = number.country_code(); in Format() local
1143 int country_calling_code = number.country_code(); in FormatByPattern() local
1200 int country_calling_code = number.country_code(); in FormatNationalNumberWithCarrierCode() local
1225 int country_calling_code, const string& region_code) const { in GetMetadataForRegionOrCallingCode()
1252 int country_calling_code = number.country_code(); in FormatNumberForMobileDialing() local
1573 int country_calling_code = number.country_code(); in HasFormattingPatternForNumber() local
1839 int country_calling_code, in GetRegionCodesForCountryCallingCode()
[all …]
Dasyoutypeformatter.cc123 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.cc192 const int country_calling_code = number.country_code(); in GetAreaDescription() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1556 int country_calling_code; in TEST_F() local