Home
last modified time | relevance | path

Searched refs:country_calling_code (Results 1 – 8 of 8) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc168 int country_calling_code, in PrefixNumberWithCountryCallingCode() argument
173 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code)); in PrefixNumberWithCountryCallingCode()
176 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " ")); in PrefixNumberWithCountryCallingCode()
180 country_calling_code, "-")); in PrefixNumberWithCountryCallingCode()
855 int country_calling_code = it->country_code(); in PhoneNumberUtil() local
858 std::make_pair(country_calling_code, *it)); in PhoneNumberUtil()
863 country_calling_code_to_region_map.find(country_calling_code); in PhoneNumberUtil()
875 std::make_pair(country_calling_code, list_with_region_code)); in PhoneNumberUtil()
877 if (country_calling_code == kNanpaCountryCode) { in PhoneNumberUtil()
940 int country_calling_code, in GetSupportedTypesForNonGeoEntity() argument
[all …]
Dphonenumberutil.h210 int country_calling_code,
330 void GetCountryMobileToken(int country_calling_code,
494 int country_calling_code,
613 int country_calling_code) const;
654 int country_calling_code, PhoneNumber* number) const;
853 bool HasValidCountryCallingCode(int country_calling_code) const;
859 int country_calling_code) const;
862 int country_calling_code,
Dasyoutypeformatter.cc123 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); in GetMetadataForRegion() local
125 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country); in GetMetadataForRegion()
Dphonenumbermatcher.cc382 const PhoneMetadata* GetAlternateFormatsForCountry(int country_calling_code) in GetAlternateFormatsForCountry()
385 calling_code_to_alternate_formats_map_.find(country_calling_code); in GetAlternateFormatsForCountry()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dmapping_file_provider.cc93 const string& MappingFileProvider::GetFileName(int country_calling_code, in GetFileName() argument
107 country_calling_code); in GetFileName()
108 if (it == country_calling_codes_end || *it != country_calling_code) { in GetFileName()
119 filename_buf << country_calling_code << "_" << language_code; in GetFileName()
Dphonenumber_offline_geocoder.cc192 const int country_calling_code = number.country_code(); in GetAreaDescription() local
194 const int phone_prefix = country_calling_code; in GetAreaDescription()
Dmapping_file_provider.h57 const string& GetFileName(int country_calling_code, const string& language,
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1556 int country_calling_code; in TEST_F() local
1559 country_calling_code = phone_util_.GetCountryCodeForRegion(RegionCode::AR()); in TEST_F()
1560 phone_util_.GetCountryMobileToken(country_calling_code, &mobile_token); in TEST_F()
1564 country_calling_code = phone_util_.GetCountryCodeForRegion(RegionCode::SE()); in TEST_F()
1565 phone_util_.GetCountryMobileToken(country_calling_code, &mobile_token); in TEST_F()