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

<<11121314151617181920

  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
configuration.h 178 * Return the current country code set in the configuration. The output will
180 * a country is not set, they will be 0.
185 * Set the current country code in the configuration, from the first two
188 void AConfiguration_setCountry(AConfiguration* config, const char* country);
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.h 60 const std::string& country() const;
  /system/connectivity/shill/
default_profile.cc 99 store->RegisterConstString(kCountryProperty, &manager_props.country);
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 893 p->country);
1161 if (config->country[0] && config->country[1]) {
1162 fprintf(f, "country=%c%c\n",
1163 config->country[0], config->country[1]);
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1330 char country[4], previous_country[4]; local
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 303 * Table of 2-letter country codes.
358 "AN", "BU", "CS", "FX", "RO", "SU", "TP", "YD", "YU", "ZR", /* obsolete country codes */
363 "AN", "BU", "CS", "DD", "DY", "FX", "HV", "NH", "RH", "SU", "TP", "UK", "VD", "YD", "YU", "ZR", NULL, NULL /* deprecated country list */
367 "CW", "MM", "RS", "DE", "BJ", "FR", "BF", "VU", "ZW", "RU", "TL", "GB", "VN", "YE", "RS", "CD", NULL, NULL /* replacement country codes */
371 * Table of 3-letter country codes.
373 * This is a lookup table used to convert 3-letter country codes to
375 * For all valid i, COUNTRIES[i] must refer to the same country as
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 128 p2p_buf_add_channel_list(buf, p2p->cfg->country,
133 p2p_buf_add_operating_channel(buf, p2p->cfg->country,
157 p2p_buf_add_listen_channel(buf, p2p->cfg->country,
348 buf, p2p->cfg->country,
353 buf, p2p->cfg->country,
360 p2p_buf_add_channel_list(buf, p2p->cfg->country,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 82 // The format pattern such as "{0} Time", where {0} is the country or city.
86 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
89 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
242 // If this is only the single zone in the country, use the country name
243 String country = getLocaleDisplayNames().regionDisplayName(countryCode); local
244 name = formatPattern(Pattern.REGION_FORMAT, country);
246 // If there are multiple zones including this in the country,
556 // Use country name
565 // This could happen when the time zone is not associated with a country,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 231 String country = loc.getCountry(); local
234 List<String> list = info.currencies(CurrencyFilter.onRegion(country));
363 * (typically, this occurs when a country is transitioning to a new currency, and the
    [all...]
TimeZone.java 371 * a fallback based on the country, city, or time zone id will be used.
384 * a fallback based on the country, city, or time zone id will be used.
398 * a fallback based on the country, city, or time zone id will be used.
745 * @param region The ISO 3166 two-letter country code or UN M.49 three-digit area code.
774 * associated with the given country. These IDs may be passed to
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 80 // The format pattern such as "{0} Time", where {0} is the country or city.
84 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
87 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
240 // If this is only the single zone in the country, use the country name
241 String country = getLocaleDisplayNames().regionDisplayName(countryCode); local
242 name = formatPattern(Pattern.REGION_FORMAT, country);
244 // If there are multiple zones including this in the country,
554 // Use country name
563 // This could happen when the time zone is not associated with a country,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 243 String country = loc.getCountry(); local
246 List<String> list = info.currencies(CurrencyFilter.onRegion(country));
378 * (typically, this occurs when a country is transitioning to a new currency, and the
    [all...]
TimeZone.java 424 * a fallback based on the country, city, or time zone id will be used.
438 * a fallback based on the country, city, or time zone id will be used.
453 * a fallback based on the country, city, or time zone id will be used.
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 152 * country code. */
194 * The region (country) to assume for phone numbers without an international prefix, possibly
216 * @param country the country to assume for phone numbers not written in international format
225 PhoneNumberMatcher(PhoneNumberUtil util, CharSequence text, String country, Leniency leniency,
236 this.preferredRegion = country;
477 // First skip the country code if the normalized candidate contained it.
494 // information based on the country code in the phone number, rather than the number itself,
495 // as we do not need to distinguish between different countries with the same country
526 // a prefix such as a national number prefix, or the country code itself
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 607 // The country value corresponds to the codes listed here:
611 bool add_string(const char* title, const char* language, const char* country);
633 // Copies the country to the |country_| member. Returns false on
635 bool set_country(const char* 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 567 // The country value corresponds to the codes listed here:
573 const char* country);
595 // Copies the country to the |country_| member. Returns false on
597 bool set_country(const char* country);
    [all...]

Completed in 807 milliseconds

<<11121314151617181920