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

  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n_unittest.cc 55 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
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

Completed in 690 milliseconds