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

  /external/chromium_org/components/autofill/core/browser/
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
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
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,
phone_number.cc 114 return cached_parsed_phone_.city_code();
121 cached_parsed_phone_.city_code() + cached_parsed_phone_.number();

Completed in 161 milliseconds