Searched refs:phone_prefix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc50 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) {
H A Dphonenumber_offline_geocoder.cc189 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/
H A Dautofill_manager_unittest.cc1491 {"phone", "phone_prefix", 3, "tel-local-prefix"},
1517 const FormFieldData& phone_prefix = form.fields[2]; local
1518 GetAutofillSuggestions(form, phone_prefix);
2131 { "phone", "phone_prefix", 3, "tel-local-prefix" },

Completed in 413 milliseconds