Searched refs:city_code (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | phone_number_i18n_unittest.cc | 55 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()
|
D | phone_number_i18n.h | 40 base::string16* city_code, 59 const base::string16& city_code, 83 const base::string16& city_code() const { return city_code_; } in city_code() function
|
D | phone_number_i18n.cc | 99 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()
|
D | phone_number.cc | 114 return cached_parsed_phone_.city_code(); in GetInfo() 121 cached_parsed_phone_.city_code() + cached_parsed_phone_.number(); in GetInfo()
|