HomeSort by relevance Sort by last modified time
    Searched refs:country (Results 76 - 100 of 198) sorted by null

1 2 34 5 6 7 8

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 64 char lang[2], country[2]; local
66 AConfiguration_getCountry(android_app->config, country);
73 lang[0], lang[1], country[0], country[1],
  /external/wpa_supplicant_6/wpa_supplicant/
config_file.c 350 wpa_printf(MSG_DEBUG, "Invalid country set");
353 config->country[0] = pos[0];
354 config->country[1] = pos[1];
355 wpa_printf(MSG_DEBUG, "country='%c%c'",
356 config->country[0], config->country[1]);
461 { FUNC(country) }
893 if (config->country[0] && config->country[1]) {
894 fprintf(f, "country=%c%c\n"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 329 * country - Country code
331 * This is the ISO/IEC alpha2 country code for which we are operating
334 char country[2]; member in struct:wpa_config
config_file.c 695 if (config->country[0] && config->country[1]) {
696 fprintf(f, "country=%c%c\n",
697 config->country[0], config->country[1]);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteUiccRecords.java 351 // check country code from SIM
353 String country = null; local
355 country = MccTable.countryCodeForMcc(
358 log("Setting locale to " + prefLang + "_" + country);
359 MccTable.setSystemLocale(mContext, prefLang, country);
  /hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/
driver_cmd_wext.c 190 char *country = "US"; /* WEXT_NUMBER_SCAN_CHANNELS_FCC */ local
193 country = "EU";
195 country = "JP";
196 return country;
298 os_snprintf(cmd, MAX_DRV_CMD_SIZE, "COUNTRY %s",
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 193 char *country = "US"; /* WEXT_NUMBER_SCAN_CHANNELS_FCC */ local
196 country = "EU";
198 country = "JP";
199 return country;
301 os_snprintf(cmd, MAX_DRV_CMD_SIZE, "COUNTRY %s",
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 253 // Check the country codes.
357 String country = readUTF(dis); local
361 if (country == null) {
364 locale = new Locale(language, country);
366 locale = new Locale(language, country, variant);
  /external/chromium/chrome/browser/autofill/
address.cc 123 return Country();
157 string16 Address::Country() const {
183 void Address::SetCountry(const string16& country) {
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);
  /external/icu4c/common/unicode/
uloc.h 37 * according to the customs/conventions of the user's native country,
62 * The second option includes an additonal <STRONG>ISO Country
106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
109 * name of the country suitable for displaying to the user. Similarly,
114 * that takes a locale as an argument and displays the name or country in
161 * through these objects by language, country, or variant,
187 * "-" is recognized as a country/variant separator similarly to RFC1766.
219 /** Useful constant for this country/region. @stable ICU 2.0 */
221 /** Useful constant for this country/region. @stable ICU 2.0 */
223 /** Useful constant for this country/region. @stable ICU 2.0 *
    [all...]
  /external/icu4c/i18n/
zonemeta.cpp 44 // Country info vectors
407 ZoneMeta::getSingleCountry(const UnicodeString &tzid, UnicodeString &country) {
408 // Get canonical country for the zone
412 country.setToBogus();
413 return country;
446 country.setToBogus();
447 return country;
479 // no single country by default for any error cases
502 country.setToBogus();
504 country.setTo(region, -1)
    [all...]
locdspnm.cpp 357 const char* country = locale.getCountry(); local
361 UBool hasCountry = uprv_strlen(country) > 0;
368 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
385 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
407 appendWithSep(resultRemainder, regionDisplayName(country, temp));
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 237 const string16& state, const string16& zipCode, const string16& country, const string16& phoneNumber)
252 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_COUNTRY), country); local
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 144 String city, String state, String zipCode, String country,
155 mCountry = country;
359 String country = locale.getCountry(); local
360 if (country != null) {
362 builder.append(country);
396 final String country = locale.getCountry(); local
397 if (country != null) {
399 buffer.append(country.toLowerCase());
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 103 String country = s.substring(3, 5); local
104 final Locale l = new Locale(language, country);
114 // same lang and a country -> upgrade to full name and
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 129 dot11_COUNTRY_t *country; member in struct:__anon19297
216 dot11_COUNTRY_t country; member in struct:__anon19304
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 47 * the same language. Only the differences between a country and the country of
48 * the language bundle need to be handled by a country-specific {@code ResourceBundle}.
52 * currency of come countries changed. The country bundle would return the
72 * done by just skipping the country or language abbreviation:
74 * circumvent both language and country: BaseName___VARIANT is illegal.
585 * locale had an empty language, country and variant.
589 String country = locale.getCountry(); local
593 } else if (!country.isEmpty()) {
594 country = ""
812 String country = locale.getCountry(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 119 String country = c.getString(c.getColumnIndex( local
120 AutoFillProfileDatabase.Profiles.COUNTRY));
125 state, zip, country, phone);
  /external/wpa_supplicant_8/src/ap/
hostapd.c 664 char country[4]; local
678 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
679 os_memcpy(country, hapd->iconf->country, 3);
680 country[3] = '\0';
681 if (hostapd_set_country(hapd, country) < 0) {
682 wpa_printf(MSG_ERROR, "Failed to set country code");
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 1502 String country = locale.getCountry(); local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 337 final String country = Settings.Secure.getString(cr, Settings.Secure.TTS_DEFAULT_COUNTRY); local
345 if (!TextUtils.isEmpty(country)) {
346 v1Locale += LOCALE_DELIMITER + country;
375 // an empty country.
TextToSpeech.java 91 * Denotes the language is available for the language and country specified
98 * but not the country and variant.
314 * and YYY is the 3-letter ISO country code.</li>
354 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
362 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
371 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
401 public static final String KEY_PARAM_COUNTRY = "country";
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 156 * Return the current country code set in the configuration. The output will
158 * a country is not set, they will be 0.
163 * Set the current country code in the configuration, from the first two
166 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /external/icu4c/i18n/unicode/
timezone.h 155 * @param region The ISO 3166 two-letter country code or UN M.49
202 * given country. Some zones are affiliated with no country
205 * @param country The ISO 3166 two-letter country code, or NULL to
206 * retrieve zones not affiliated with any country.
210 static StringEnumeration* U_EXPORT2 createEnumeration(const char* country);
669 * 2-letter country code or UN M.49 3-digit area code.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 2344 char country[3]; local
2369 const char *country; local
    [all...]

Completed in 1313 milliseconds

1 2 34 5 6 7 8