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

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n_unittest.cc55 std::string city_code; member in struct:autofill::test_case
127 base::string16 country_code, city_code, number; local
134 &city_code,
139 EXPECT_EQ(ASCIIToUTF16(test_cases[i].city_code), city_code); local
H A Dphone_number_i18n.h40 base::string16* city_code,
51 // |city_code| - area code, could be empty.
59 const base::string16& city_code,
83 const base::string16& city_code() const { return city_code_; } function in class:autofill::i18n::PhoneObject
H A Dphone_number_i18n.cc99 base::string16* city_code,
104 city_code->clear();
146 *city_code = base::UTF8ToUTF16(area_code);
179 const base::string16& city_code,
189 if (!ParsePhoneNumber(country_code + city_code + number, region,
96 ParsePhoneNumber(const base::string16& value, const std::string& default_region, base::string16* country_code, base::string16* city_code, base::string16* number, std::string* inferred_region, PhoneNumber* i18n_number) argument
178 ConstructPhoneNumber(const base::string16& country_code, const base::string16& city_code, const base::string16& number, const std::string& region, base::string16* whole_number) argument

Completed in 1284 milliseconds