Searched refs:city_code (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
H A D | phone_number_i18n.h | 40 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 D | phone_number_i18n_unittest.cc | 55 std::string city_code; member in struct:autofill::test_case 118 base::string16 country_code, city_code, number; local 125 &city_code, 130 EXPECT_EQ(ASCIIToUTF16(test_cases[i].city_code), city_code); local
|
H A D | phone_number_i18n.cc | 87 base::string16* city_code, 92 city_code->clear(); 133 *city_code = base::UTF8ToUTF16(area_code); 174 const base::string16& city_code, 184 if (!ParsePhoneNumber(country_code + city_code + number, region, 84 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 173 ConstructPhoneNumber(const base::string16& country_code, const base::string16& city_code, const base::string16& number, const std::string& region, base::string16* whole_number) argument
|
H A D | phone_number.cc | 114 return cached_parsed_phone_.city_code(); 121 cached_parsed_phone_.city_code() + cached_parsed_phone_.number();
|
Completed in 613 milliseconds