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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
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/
asyoutypeformatter.cc 156 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); local
158 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country);
phonenumberutil.cc 161 int country_calling_code,
166 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code));
169 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " "));
173 country_calling_code, "-"));
688 int country_calling_code = it->country_code(); local
691 make_pair(country_calling_code, *it));
696 country_calling_code_to_region_map.find(country_calling_code);
708 make_pair(country_calling_code, list_with_region_code));
710 if (country_calling_code == kNanpaCountryCode) {
880 int country_calling_code = number.country_code(); local
921 int country_calling_code = number.country_code(); local
979 int country_calling_code = number.country_code(); local
1027 int country_calling_code = number.country_code(); local
1332 int country_calling_code = number.country_code(); local
1633 int country_calling_code = number.country_code(); local
    [all...]

Completed in 672 milliseconds