OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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.cc
99
base::string16*
city_code
,
104
city_code
->clear();
146
*
city_code
= base::UTF8ToUTF16(area_code);
179
const base::string16&
city_code
,
189
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 242 milliseconds