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

  /external/chromium/chrome/browser/autofill/
phone_number_unittest.cc 14 string16 country_code; local
18 PhoneNumber::ParsePhoneNumber(phone0, &number, &city_code, &country_code);
21 EXPECT_EQ(string16(), country_code); local
25 PhoneNumber::ParsePhoneNumber(phone1, &number, &city_code, &country_code);
28 EXPECT_EQ(string16(), country_code); local
32 PhoneNumber::ParsePhoneNumber(phone2, &number, &city_code, &country_code);
35 EXPECT_EQ(string16(), country_code); local
41 &number, &city_code, &country_code);
44 EXPECT_EQ(string16(), country_code); local
49 PhoneNumber::ParsePhoneNumber(phone3, &number, &city_code, &country_code);
52 EXPECT_EQ(string16(), country_code); local
61 EXPECT_EQ(string16(), country_code); local
69 EXPECT_EQ(string16(), country_code); local
78 EXPECT_EQ(string16(), country_code); local
    [all...]
autofill_country.h 20 // |country_code|.
21 AutofillCountry(const std::string& country_code, const std::string& locale);
41 const std::string country_code() const { return country_code_; } function in class:AutofillCountry
47 AutofillCountry(const std::string& country_code,
address.h 33 const std::string& country_code() const { return country_code_; } function in class:Address
34 void set_country_code(const std::string& country_code) {
35 country_code_ = country_code;
phone_number.h 34 // |country_code| returns any remaining digits.
40 string16* country_code);
59 const string16& country_code() const { return country_code_; } function in class:PhoneNumber
68 void set_country_code(const string16& country_code) {
69 country_code_ = country_code;
select_control_handler.cc 163 std::string country_code = profile.CountryCode(); local
172 if (country_code == AutofillCountry::GetCountryCode(*iter, app_locale)) {
address.cc 158 if (country_code().empty())
162 return AutofillCountry(country_code(), app_locale).name();
206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale); local
207 return (!country_code.empty() && country_code_ == country_code);
phone_number.cc 85 if (!country_code().empty())
103 return country_code();
138 string16* country_code) {
141 DCHECK(country_code);
148 *country_code = string16();
171 *country_code = working;
196 string16 number, city_code, country_code; local
197 ParsePhoneNumber(whole_number, &number, &city_code, &country_code);
200 set_country_code(country_code);
autofill_country.cc 34 std::string country_code; member in struct:__anon2465::CountryData
297 static const Iterator Find(const std::string& country_code);
317 country_data_.insert(std::make_pair(data.country_code, data));
325 std::string country_code = *country_pointer; local
326 if (!country_data_.count(country_code)) {
328 country_code,
332 country_data_.insert(std::make_pair(country_code, data));
346 const std::string& country_code) {
347 return GetInstance()->country_data_.find(country_code);
418 const std::string& country_code = it->first local
474 const std::string& country_code = it->first; local
611 std::string country_code = icu::Locale(likely_locale.c_str()).getCountry(); local
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 87 country_data->Set(country.country_code(), details);
392 std::string country_code; local
409 if (args->GetString(8, &country_code))
410 profile.SetCountryCode(country_code);
  /external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc 1299 std::string country_code = s.ColumnString(0); local
1324 std::string country_code = s.ColumnString(0); local
1355 std::string country_code = s.ColumnString(0); local
    [all...]
autofill_table.cc 79 std::string country_code = profile.CountryCode(); local
80 s->BindString(8, country_code);
895 " zipcode, country, country_code, date_modified)"
921 " zipcode, country, country_code, date_modified "
1037 " city=?, state=?, zipcode=?, country=?, country_code=?, "
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 174 uint32_t country_code; member in struct:__anon1548
184 .country_code = 0,
1242 uint32_t country_code,
1287 net.country_code != country_code) {
1290 resolve_operator_name(operator_code, country_code);
1292 net.country_code = country_code;
1303 dbus_uint32_t cell_id, operator_code, country_code; local
1310 DBUS_TYPE_UINT32, &country_code,
1630 dbus_uint32_t cell_id, operator_code, country_code; local
    [all...]
  /external/qemu/hw/
bt.h 1234 uint8_t country_code; member in struct:__anon9999
    [all...]

Completed in 141 milliseconds