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/chrome/browser/autofill/
phone_number.h
60
const string16& city_code() const { return
city_code_
; }
63
string16 CityAndNumber() const { return
city_code_
+ number_; }
71
void set_city_code(const string16& city_code) {
city_code_
= city_code; }
92
string16
city_code_
; // city or area code.
member in class:PhoneNumber
phone_number.cc
47
city_code_
= number.
city_code_
;
180
if (!
city_code_
.empty())
181
whole_number.append(
city_code_
);
217
return text ==
city_code_
;
/external/chromium_org/components/autofill/core/browser/
phone_number_i18n.h
79
const base::string16& city_code() const { return
city_code_
; }
97
base::string16
city_code_
;
member in class:autofill::i18n::PhoneObject
phone_number_i18n.cc
240
if (ParsePhoneNumber(number, region_, &country_code_, &
city_code_
, &number_,
296
city_code_
= other.
city_code_
;
Completed in 235 milliseconds