Searched defs:ParsePhoneNumber (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc96 bool ParsePhoneNumber(const base::string16& value, function in namespace:autofill::i18n
168 if (!ParsePhoneNumber(value, region, &country_code, &unused_city_code,
189 if (!ParsePhoneNumber(country_code + city_code + number, region,
248 if (ParsePhoneNumber(number, region, &country_code_, &city_code_, &number_,

Completed in 256 milliseconds