HomeSort by relevance Sort by last modified time
    Searched refs:country (Results 201 - 225 of 292) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/test/data/web_database/
version_33.sql 17 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, date_modified INTEGER NOT NULL DEFAULT 0);
version_43.sql 19 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);
version_49.sql 11 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);
version_50.sql 11 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/third_party/icu/source/i18n/
ucal.cpp 54 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) {
55 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(country), ec);
zstrfmt.cpp 783 UnicodeString country; local
800 getLocalizedCountry(countryCode, fLocale, country);
807 Formattable(country)
811 // If the zone is only one zone in the country, do not add city
813 Formattable(country)
962 // Use country for the location
963 locationPart = &country;
1716 const char* country = fLocale.getCountry(); local
    [all...]
  /external/icu4c/i18n/
ucal.cpp 62 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) {
63 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(country), ec);
tzgnames.cpp 558 // If this is the primary zone in the country, use the country name.
564 UnicodeString country; local
565 fLocaleDisplayNames->regionDisplayName(countryCode, country);
568 Formattable(country)
573 // If this is not the primary zone in the country,
816 // Use country name
825 // This could happen when the time zone is not associated with a country,
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh 41 echo [ERROR] invalid country id for language \"$1\"; exit;
48 echo [ERROR] invalid country id for language \"$1\"; exit;
55 echo [ERROR] invalid country id for language \"$1\"; exit;
62 echo [ERROR] invalid country id for language \"$1\"; exit;
69 echo [ERROR] invalid country id for language \"$1\"; exit;
  /external/wpa_supplicant_8/src/p2p/
p2p.h 251 * country - Country code to use in P2P operations
253 char country[3]; member in struct:p2p_config
285 * numbering of the clases depends on the configured country code.
848 int p2p_set_country(struct p2p_data *p2p, const char *country);
    [all...]
p2p.c     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 317 return (((uint32_t)config.country[1]) << 24) | (((uint32_t)config.country[0]) << 16)
960 out->country[0] = 0;
961 out->country[1] = 0;
970 out->country[0] = 0;
971 out->country[1] = 0;
985 out->country[0] = fileName[3];
986 out->country[1] = fileName[4];
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
WifiStateMachine.java 377 /* Set the country code */
506 // Supplicant doesn't like setting the same country code multiple times (it may drop
507 // currently connected network), so we save the country code here to avoid redundency
3092 String country = (String) message.obj; local
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 428 ev.u.create.country = ctry_code;
  /external/icu4c/i18n/unicode/
ucal.h 555 * @param region The ISO 3166 two-letter country code or UN M.49
587 * country. Some zones are affiliated with no country (e.g., "UTC");
590 * @param country the ISO 3166 two-letter country code, or NULL to
591 * retrieve zones not affiliated with any country
602 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 496 char country[3]; /* first two octets: country code as described in member in struct:hostapd_config
ap_drv_ops.h 67 int hostapd_set_country(struct hostapd_data *hapd, const char *country);
ap_drv_ops.c 566 int hostapd_set_country(struct hostapd_data *hapd, const char *country)
571 return hapd->driver->set_country(hapd->drv_priv, country);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 944 const char *country = locale->getISO3Country(); local
948 if ((uprv_strcmp(language, "zho") == 0) && country != NULL) {
950 uprv_strcat(code, country);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 164 String country = locale.getCountry(); local
166 if (country != null) {
167 mMediaScanner.setLocale(language + "_" + country);
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc 65 // This ID must be "unique" within one country's prepopulated data, but two
68 // facilitates changes like adding more specific per-country data in the
71 // to appear for one country (e.g. Bing Search U.S. English and Spanish), we
2904 CFStringRef country = (CFStringRef)CFLocaleGetValue(locale.get(), local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 5519 char country[3]; local
    [all...]
config.c     [all...]
ctrl_iface.c 457 } else if (os_strcasecmp(cmd, "country") == 0) {
458 if (wpa_s->conf->country[0] && wpa_s->conf->country[1])
460 wpa_s->conf->country[0],
461 wpa_s->conf->country[1]);
5173 char country[3]; local
    [all...]

Completed in 527 milliseconds

1 2 3 4 5 6 7 891011>>