HomeSort by relevance Sort by last modified time
    Searched refs:country (Results 276 - 300 of 496) sorted by null

<<11121314151617181920

  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/
maven-doxia-tools-1.0.2.jar 
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.cc 177 const string& MobileOperatorInfoImpl::country() const { function in class:shill::MobileOperatorInfoImpl
785 country_ = data.country();
cellular.cc     [all...]
cellular_unittest.cc 424 const string& country) {
443 if (country == "") {
447 EXPECT_EQ(country, it->second);
    [all...]
  /external/icu/icu4c/source/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/wpa_supplicant/
wnm_sta.c 357 "country string");
360 os_memcpy(rep->country, pos, 2);
431 const char *country = NULL; local
438 country = (const char *) (elem + 2);
441 freq = ieee80211_chan_to_freq(country, op_class, chan);
    [all...]
ap.c 225 if (ieee80211_is_dfs(ssid->frequency) && wpa_s->conf->country[0]) {
228 conf->country[0] = wpa_s->conf->country[0];
229 conf->country[1] = wpa_s->conf->country[1];
    [all...]
wpa_supplicant.c 5481 char country[3]; local
    [all...]
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 105 ev.u.create.country = 0;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 689 errln("Could not get English localized country for " + locales[i]);
697 errln("Could not get native localized country for " + locales[i]);
715 String country = otherLocale.getCountry(); local
716 if (country.equals("")) return true;
718 return !country.equals(localizedVersion);
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 947 const char *country = locale->getISO3Country(); local
951 if ((uprv_strcmp(language, "zho") == 0) && country != NULL) {
953 uprv_strcat(code, country);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 685 errln("Could not get English localized country for " + locales[i]);
693 errln("Could not get native localized country for " + locales[i]);
711 String country = otherLocale.getCountry(); local
712 if (country.equals("")) return true;
714 return !country.equals(localizedVersion);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 391 * (2) persist.sys.language/country/localevar (country and localevar are
396 * Note that we need to inspect persist.sys.language/country/localevar to
409 const std::string country = getProperty("persist.sys.country", ""); local
413 if (!country.empty()) {
414 out = out + "-" + country;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 524 * - a '0' on one and a (+,00)<country code> on the other
581 // Different Country Calling Code. Must be different phone number.
1189 String country = locale.getCountry(); local
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 551 // If this is the primary zone in the country, use the country name.
557 UnicodeString country; local
558 fLocaleDisplayNames->regionDisplayName(countryCode, country);
561 Formattable(country)
566 // If this is not the primary zone in the country,
813 // Use country name
822 // This could happen when the time zone is not associated with a country,
    [all...]
ucal.cpp 62 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) {
63 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(country), ec);
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]
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...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 622 char country[3]; /* first two octets: country code as described in member in struct:hostapd_config
ap_drv_ops.h 69 int hostapd_set_country(struct hostapd_data *hapd, const char *country);
ap_config.c 918 (!conf->country[0] || !conf->country[1])) {
932 wpa_printf(MSG_ERROR, "Cannot add Power Constraint element without Country element");
938 wpa_printf(MSG_ERROR, "Cannot set Spectrum Management bit without Country and Power Constraint elements");
ap_drv_ops.c 533 int hostapd_set_country(struct hostapd_data *hapd, const char *country)
538 return hapd->driver->set_country(hapd->drv_priv, country);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 1502 final String country = systemLocale.getCountry(); local
    [all...]
  /system/bt/btif/co/
bta_hh_co.c 485 ev.u.create.country = ctry_code;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 616 @Rpc(description = "Get the country code used by WiFi.")
    [all...]

Completed in 2639 milliseconds

<<11121314151617181920