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

  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n_unittest.cc 18 using i18n::ParsePhoneNumber;
46 TEST(PhoneNumberI18NTest, ParsePhoneNumber) {
131 ParsePhoneNumber(ASCIIToUTF16(test_cases[i].input),
phone_number_i18n.cc 96 bool ParsePhoneNumber(const base::string16& value,
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_,
phone_number_i18n.h 36 bool ParsePhoneNumber(

Completed in 250 milliseconds