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

  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n_unittest.cc 18 using i18n::ParsePhoneNumber;
46 TEST(PhoneNumberI18NTest, ParsePhoneNumber) {
54 EXPECT_FALSE(ParsePhoneNumber(phone0, "US",
65 EXPECT_FALSE(ParsePhoneNumber(phone1, "US",
77 EXPECT_FALSE(ParsePhoneNumber(phone2, "US",
88 EXPECT_FALSE(ParsePhoneNumber(phone3, "US",
100 EXPECT_FALSE(ParsePhoneNumber(phone4, "US",
113 EXPECT_FALSE(ParsePhoneNumber(phone_separator4, "US",
126 EXPECT_FALSE(ParsePhoneNumber(phone5, "US",
137 EXPECT_FALSE(ParsePhoneNumber(phone6, "US"
    [all...]
phone_number_i18n.cc 84 bool ParsePhoneNumber(const base::string16& value,
160 if (!ParsePhoneNumber(value, region, &country_code, &unused_city_code,
182 if (!ParsePhoneNumber(country_code + city_code + number, region,
240 if (ParsePhoneNumber(number, region_, &country_code_, &city_code_, &number_,
phone_number_i18n.h 33 bool ParsePhoneNumber(
  /external/chromium/chrome/browser/autofill/
phone_number_unittest.cc 18 PhoneNumber::ParsePhoneNumber(phone0, &number, &city_code, &country_code);
25 PhoneNumber::ParsePhoneNumber(phone1, &number, &city_code, &country_code);
32 PhoneNumber::ParsePhoneNumber(phone2, &number, &city_code, &country_code);
40 PhoneNumber::ParsePhoneNumber(phone_separator2,
49 PhoneNumber::ParsePhoneNumber(phone3, &number, &city_code, &country_code);
58 PhoneNumber::ParsePhoneNumber(phone3, &number, &city_code, &country_code);
66 PhoneNumber::ParsePhoneNumber(phone4, &number, &city_code, &country_code);
74 PhoneNumber::ParsePhoneNumber(phone_separator4,
83 PhoneNumber::ParsePhoneNumber(phone5, &number, &city_code, &country_code);
91 PhoneNumber::ParsePhoneNumber(phone6, &number, &city_code, &country_code)
    [all...]
phone_number.h 37 static bool ParsePhoneNumber(const string16& value,
phone_number.cc 135 bool PhoneNumber::ParsePhoneNumber(const string16& value,
197 ParsePhoneNumber(whole_number, &number, &city_code, &country_code);
personal_data_manager.cc 264 PhoneNumber::ParsePhoneNumber(value,

Completed in 170 milliseconds