Searched defs:country_calling_code (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc93 const string& MappingFileProvider::GetFileName(int country_calling_code, argument
107 country_calling_code);
108 if (it == country_calling_codes_end || *it != country_calling_code) {
119 filename_buf << country_calling_code << "_" << language_code;
H A Dphonenumber_offline_geocoder.cc187 const int country_calling_code = number.country_code(); local
189 const int phone_prefix = country_calling_code;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.cc158 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); local
160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country);
H A Dphonenumberutil.cc154 int country_calling_code,
159 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code));
162 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " "));
166 country_calling_code, "-"));
691 int country_calling_code = it->country_code(); local
694 make_pair(country_calling_code, *it));
699 country_calling_code_to_region_map.find(country_calling_code);
711 make_pair(country_calling_code, list_with_region_code));
713 if (country_calling_code == kNanpaCountryCode) {
834 int country_calling_code) cons
153 PrefixNumberWithCountryCallingCode( int country_calling_code, PhoneNumberUtil::PhoneNumberFormat number_format, string* formatted_number) argument
883 int country_calling_code = number.country_code(); local
924 int country_calling_code = number.country_code(); local
982 int country_calling_code = number.country_code(); local
1006 GetMetadataForRegionOrCallingCode( int country_calling_code, const string& region_code) const argument
1030 int country_calling_code = number.country_code(); local
1330 int country_calling_code = number.country_code(); local
1594 GetRegionCodesForCountryCallingCode( int country_calling_code, list<string>* region_codes) const argument
1617 GetRegionCodeForCountryCode( int country_calling_code, string* region_code) const argument
1631 int country_calling_code = number.country_code(); local
1729 GetExampleNumberForNonGeoEntity( int country_calling_code, PhoneNumber* number) const argument
2208 GetCountryMobileToken(int country_calling_code, string* mobile_token) const argument
[all...]

Completed in 877 milliseconds