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.cc170 int country_calling_code, in PrefixNumberWithCountryCallingCode()
886 int country_calling_code = it->country_code(); in PhoneNumberUtil() local
975 int country_calling_code, in GetSupportedTypesForNonGeoEntity()
1137 int country_calling_code = number.country_code(); in Format() local
1178 int country_calling_code = number.country_code(); in FormatByPattern() local
1235 int country_calling_code = number.country_code(); in FormatNationalNumberWithCarrierCode() local
1260 int country_calling_code, const string& region_code) const { in GetMetadataForRegionOrCallingCode()
1287 int country_calling_code = number.country_code(); in FormatNumberForMobileDialing() local
1604 int country_calling_code = number.country_code(); in HasFormattingPatternForNumber() local
1870 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.cc193 const int country_calling_code = number.country_code(); in GetAreaDescription() local
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1572 int country_calling_code; in TEST_F() local