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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.cc 50 int64 phone_prefix; local
52 &phone_prefix);
60 string phone_prefix_str = SimpleItoa(phone_prefix);
62 safe_strto64(phone_prefix_str.substr(0, possible_length), &phone_prefix);
64 current_index = BinarySearch(0, current_index, phone_prefix);
69 if (phone_prefix == current_prefix) {
phonenumber_offline_geocoder.cc 189 const int phone_prefix = country_calling_code; local
191 phone_prefix, lang, script, region);
197 phone_prefix, "en", "", "");
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 1517 const FormFieldData& phone_prefix = form.fields[2]; local
    [all...]

Completed in 1545 milliseconds