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 158 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); local
160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country);
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...]

Completed in 754 milliseconds