HomeSort by relevance Sort by last modified time
    Searched refs:country_calling_code (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.h 48 // country_calling_code in the language specified, or an empty string if no
54 const string& GetFileName(int country_calling_code, const string& language,
mapping_file_provider.cc 93 const string& MappingFileProvider::GetFileName(int country_calling_code,
107 country_calling_code);
108 if (it == country_calling_codes_end || *it != country_calling_code) {
119 filename_buf << country_calling_code << "_" << language_code;
phonenumber_offline_geocoder.cc 187 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/
phonenumberutil.h 162 int country_calling_code,
279 void GetCountryMobileToken(int country_calling_code,
502 int country_calling_code, PhoneNumber* number) const;
580 // Check whether the country_calling_code is from a country whose national
583 bool IsLeadingZeroPossible(int country_calling_code) const;
676 bool HasValidCountryCallingCode(int country_calling_code) const;
682 int country_calling_code) const;
685 int country_calling_code,
    [all...]
phonenumberutil.cc 154 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)
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
1030 int country_calling_code = number.country_code(); local
1330 int country_calling_code = number.country_code(); local
1631 int country_calling_code = number.country_code(); local
    [all...]
asyoutypeformatter.cc 158 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); local
160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country);
phonenumbermatcher.cc 343 const PhoneMetadata* GetAlternateFormatsForCountry(int country_calling_code)
346 calling_code_to_alternate_formats_map_.find(country_calling_code);
    [all...]

Completed in 176 milliseconds