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

1 2 3 45 6 7 8

  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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);
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/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);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/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);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/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);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 127 * country code. */
170 * The region (country) to assume for phone numbers without an international prefix, possibly
192 * @param country the country to assume for phone numbers not written in international format
201 PhoneNumberMatcher(PhoneNumberUtil util, CharSequence text, String country, Leniency leniency,
212 this.preferredRegion = country;
  /external/bluetooth/bluez/compat/
sdp.c 114 req->subclass, req->country, req->parser, desc,
132 unsigned int vendor, product, version, subclass, country, parser, pos; local
152 &vendor, &product, &version, &subclass, &country,
160 req->country = country;
277 req->country = pdlist ? pdlist->val.uint8 : 0;
  /external/wpa_supplicant_8/src/p2p/
p2p.c 267 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
305 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
807 freq = p2p_channel_to_freq(p2p->cfg->country, reg_class, channel);
1122 if (p2p_freq_to_channel(p2p->cfg->country, force_freq,
1148 p2p_freq_to_channel(p2p->cfg->country,
1158 p2p_freq_to_channel(p2p->cfg->country,
1170 p2p_freq_to_channel(p2p->cfg->country,
    [all...]
p2p.h 229 * country - Country code to use in P2P operations
231 char country[3]; member in struct:p2p_config
263 * numbering of the clases depends on the configured country code.
796 int p2p_set_country(struct p2p_data *p2p, const char *country);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 2990 char country[3]; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1599 string country, coord, zone; local
1726 string country = i->first; local
1732 file << country << ":intvector { "; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 479 if ((pHandle->tempFrameInfo.frame.content.iePacket.country != NULL) &&
480 (pHandle->tempFrameInfo.frame.content.iePacket.country->hdr[1] != 0))
482 /* set the country info in the regulatory domain - If a different code was detected earlier
485 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
606 if ((pHandle->tempFrameInfo.frame.content.iePacket.country != NULL) &&
607 (pHandle->tempFrameInfo.frame.content.iePacket.country->hdr[1] != 0))
609 /* set the country info in the regulatory domain - If a different code was detected earlier
612 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 605 String country = ""; local
607 country = l.substring(3, 5);
609 MccTable.setSystemLocale(mContext, language, country);
611 if (!country.isEmpty()) {
619 wM.setCountryCode(country, false);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
AssetManager.cpp 437 if (config.country[0] != 0) {
439 spec[3] = config.country[0];
440 spec[4] = config.country[1];
706 mConfig->country[0] = 0;
707 mConfig->country[1] = 0;
713 mConfig->country[0] = mLocale[3];
714 mConfig->country[1] = mLocale[4];
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 598 config.country[0], config.country[1],
709 config.country[0], config.country[1],
821 pseudoParams.country[0] = 'Z';
822 pseudoParams.country[1] = 'Z';
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 338 String country; field in class:ContactsSyncAdapter.Address
344 return city != null || country != null || code != null || state != null
525 work.country = getValue();
540 home.country = getValue();
555 other.country = getValue();
679 work.state, work.country, work.code);
683 home.state, home.country, home.code);
687 other.state, other.country, other.code);
    [all...]
  /external/icu4c/i18n/
tzgnames.cpp 502 UnicodeString country; local
503 fLocaleDisplayNames->regionDisplayName(countryCode, country);
508 // If the zone is only one zone in the country, do not add city
510 Formattable(country)
521 Formattable(country)
753 // Use country name
762 // This could happen when the time zone is not associated with a country,
    [all...]
  /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 401 char country[3]; /* first two octets: country code as described in member in struct:hostapd_config
  /frameworks/native/include/android/
configuration.h 168 * Return the current country code set in the configuration. The output will
170 * a country is not set, they will be 0.
175 * Set the current country code in the configuration, from the first two
178 void AConfiguration_setCountry(AConfiguration* config, const char* country);

Completed in 936 milliseconds

1 2 3 45 6 7 8