Home
last modified time | relevance | path

Searched refs:city_code (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n_unittest.cc55 std::string city_code; in TEST() member
127 base::string16 country_code, city_code, number; in TEST() local
134 &city_code, in TEST()
139 EXPECT_EQ(ASCIIToUTF16(test_cases[i].city_code), city_code); in TEST()
Dphone_number_i18n.h40 base::string16* city_code,
59 const base::string16& city_code,
83 const base::string16& city_code() const { return city_code_; } in city_code() function
Dphone_number_i18n.cc99 base::string16* city_code, in ParsePhoneNumber() argument
104 city_code->clear(); in ParsePhoneNumber()
146 *city_code = base::UTF8ToUTF16(area_code); in ParsePhoneNumber()
179 const base::string16& city_code, in ConstructPhoneNumber() argument
189 if (!ParsePhoneNumber(country_code + city_code + number, region, in ConstructPhoneNumber()
Dphone_number.cc114 return cached_parsed_phone_.city_code(); in GetInfo()
121 cached_parsed_phone_.city_code() + cached_parsed_phone_.number(); in GetInfo()