HomeSort by relevance Sort by last modified time
    Searched defs:country (Results 101 - 125 of 339) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_8/src/ap/
hostapd.c 1345 char country[4], previous_country[4]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.cpp 41 constexpr char kSetCountryCode[] = "COUNTRY";
825 char country[3]; local
826 country[0] = code[0];
827 country[1] = code[1];
828 country[2] = 0x04;
829 p2p_set_country(p2p, country);
  /frameworks/base/core/java/android/provider/
CallLog.java 27 import android.location.Country;
259 * The ISO 3166-1 two letters country code of the country where the
354 * The string represents a city, state, or country associated with the number.
410 * The cached phone number, formatted with formatting rules based on the country the
497 * current country code.
916 final Country country = detector.detectCountry(); local
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 411 * (2) persist.sys.language/country/localevar (country and localevar are
416 * Note that we need to inspect persist.sys.language/country/localevar to
429 const std::string country = getProperty("persist.sys.country", ""); local
433 if (!country.empty()) {
434 out = out + "-" + country;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 2890 String country = locale.getCountry(); local
    [all...]
Locale.java 69 * according to the customs and conventions of the user's native country,
115 * <dt><a name="def_region"><b>country (region)</b></a></dt>
117 * <dd>ISO 3166 alpha-2 country code or UN M.49 numeric-3 area code.
118 * You can find a full list of valid country and region codes in the
120 * country (region) field is case insensitive, but
123 * <dd>Well-formed country/region values have
244 * {@link #Locale(String language, String country)}
245 * {@link #Locale(String language, String country, String variant)}
249 * with language, country and variant, but you cannot specify
343 * about itself. Use <code>getCountry</code> to get the country (or region
959 String language, region, script, country, variant; local
2340 String country = (String)fields.get("country", ""); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 725 errln("Could not get English localized country for " + locales[i]);
733 errln("Could not get native localized country for " + locales[i]);
752 String country = otherLocale.getCountry(); local
753 if (country.equals("")) return true;
755 return !country.equals(localizedVersion);
    [all...]
ULocaleTest.java 493 /* country code */
503 /* ISO-3 country */
512 /* display country (English) */
525 /* display country (French) */
538 /* display country (Catalan) */
561 /* display country (Greek) */
637 errln(" Country code mismatch: "+ctry+" versus "+ rawData2[CTRY][i]);
1031 String country = l.getDisplayCountry(); local
1255 String name, language, script, country, variant; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 1597 string zone, country; local
1599 is >> zone >> country; local
1628 string country, coord, zone; local
1772 string country = i->first; local
1778 file << country << ":intvector { "; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 724 errln("Could not get English localized country for " + locales[i]);
732 errln("Could not get native localized country for " + locales[i]);
751 String country = otherLocale.getCountry(); local
752 if (country.equals("")) return true;
754 return !country.equals(localizedVersion);
    [all...]
ULocaleTest.java 492 /* country code */
502 /* ISO-3 country */
511 /* display country (English) */
524 /* display country (French) */
537 /* display country (Catalan) */
560 /* display country (Greek) */
636 errln(" Country code mismatch: "+ctry+" versus "+ rawData2[CTRY][i]);
1030 String country = l.getDisplayCountry(); local
1254 String name, language, script, country, variant; local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 800 const char *country; local
815 node = get_node(ctx->xml, prp, "Country");
820 country = country_buf;
821 wpa_printf(MSG_INFO, "- Policy/PreferredRoamingPartnerList/<X+>/Country = %s",
822 country);
824 country = "*";
841 strcmp(pos, "includeSubdomains") != 0, priority, country);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 428 * country - Country code to use in P2P operations
430 char country[3]; member in struct:p2p_config
468 * numbering of the clases depends on the configured country code.
    [all...]
p2p_i.h 80 char country[3]; member in struct:p2p_device
375 * numbering of the clases depends on the configured country code.
758 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country,
760 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country,
762 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country,
776 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country,
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 261 char country[3]; member in struct:wpa_cred::roaming_partner
683 * country - Country code
685 * This is the ISO/IEC alpha2 country code for which we are operating
688 char country[2]; member in struct:wpa_config
    [all...]
wpa_supplicant.c 5735 char country[3]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 3075 char country[3]; local
3101 const char *country; local
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 1438 final String country = systemLocale.getCountry(); local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 525 * - a '0' on one and a (+,00)<country code> on the other
582 // Different Country Calling Code. Must be different phone number.
1192 String country = locale.getCountry(); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 1502 String country = locale.getCountry(); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 62 * <li>language, script, country, variant, and keywords are properly cased<br>
65 * <li>three-letter language and country ids are converted to two-letter
76 * id appropriate to the country of the locale (for PREEURO) or EUR (for EURO).
164 * Useful constant for country/region.
170 * Useful constant for country/region.
176 * Useful constant for country/region.
182 * Useful constant for country/region.
188 * Useful constant for country/region.
194 * Useful constant for country/region.
200 * Useful constant for country/region
3494 String country = loc.getCountry(); local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
ieee80211.h 622 /** 802.11 Country information element regulatory extension triplet */
629 /** 802.11 Country information element regulatory band triplet */
636 /** 802.11 Country information element regulatory triplet
652 /** 802.11 Country information element
657 u8 id; /**< Country information ID: 7 */
658 u8 len; /**< Country information length: varies */
659 char name[2]; /**< ISO Alpha2 country code */
666 /** Information element ID for Country information element */
703 * the Country requirements.
992 /** Country information *
993 struct ieee80211_ie_country country; member in union:ieee80211_ie
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 133 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_listen_channel_se_s
244 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_chanlist_se_s
313 uint8 country[3]; /* Country String */ member in struct:wifi_p2p_op_channel_se_s
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java 335 String country = max.getCountry(); local
336 if (country.isEmpty()) {
337 country = "001";
339 String langCountry = max.getLanguage() + "_" + country;
342 list = LOCALE_TO_ALLOWED_HOUR.get(country);
    [all...]

Completed in 2050 milliseconds

1 2 3 45 6 7 8 91011>>