HomeSort by relevance Sort by last modified time
    Searched full:country_code (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/chromium_org/base/i18n/
timezone.cc 38 std::string country_code; member in struct:base::__anon3485::TimezoneMap::OlsonCodeData
463 map_[olson_code_data[i].olson_code] = olson_code_data[i].country_code;
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 73 void SetCountryCode(const std::string& country_code);
autofill_profile.cc 309 return address_.country_code();
312 void AutofillProfile::SetCountryCode(const std::string& country_code) {
313 address_.set_country_code(country_code);
  /external/chromium_org/components/autofill/core/browser/
phone_number_unittest.cc 19 // Set phone number so country_code == 1, city_code = 650, number = 2345678.
  /external/chromium_org/components/test/data/web_database/
version_53.sql 22 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT '');
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.cc     [all...]
  /external/qemu/hw/
usb-hid.c 136 0x00, /* u8 country_code */
191 0x00, /* u8 country_code */
246 0x00, /* u8 country_code */
bt-sdp.c 844 ATTRIBUTE(COUNTRY_CODE, UINT8(0x15))
bt.h 1234 uint8_t country_code; member in struct:__anon25359
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.h 59 // country_code
  /external/chromium_org/chromeos/network/
shill_property_util.cc 99 // country_code with ConvertToUtf8(). crbug.com/233267.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
Phonemetadata.java 503 // required int32 country_code = 10;
    [all...]
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 349 std::string country_code = AutofillCountry::GetCountryCode( local
352 autofill::ADDRESS_HOME_COUNTRY, country_code, profile) || diff;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 71 // country_code
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonemetadata.proto 157 optional int32 country_code = 10;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 422 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
515 // international format. The country_code for the number in this case would be
    [all...]
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 566 base::string16 GetDisplayNameForCountry(const std::string& country_code,
568 return GetDisplayNameForLocale("_" + country_code, display_locale, false);
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 466 // |country_code| in InputMethodDescriptor?
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 447 uint32_t country_code; member in struct:android::country_map
656 uint32_t country_code;
663 country_code = atoi(country_value);
665 value, country_value, country_code);
670 if (country_numeric[index].country_code == country_code)
672 else if (country_numeric[index].country_code > country_code)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 120 " \"country_code\":\"US\""
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 99 #country_code=US
101 # Enable IEEE 802.11d. This advertises the country_code and the set of allowed
103 # country_code setting must be configured with the correct country for
    [all...]
config_file.c 1237 "setting the country_code");
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]

Completed in 599 milliseconds

1 2 34 5