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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/r11/sources/android/native_app_glue/
android_native_app_glue.c 65 char lang[2], country[2]; local
67 AConfiguration_getCountry(android_app->config, country);
74 lang[0], lang[1], country[0], country[1],
  /prebuilts/ndk/r13/sources/android/native_app_glue/
android_native_app_glue.c 65 char lang[2], country[2]; local
67 AConfiguration_getCountry(android_app->config, country);
74 lang[0], lang[1], country[0], country[1],
  /bionic/libc/kernel/uapi/linux/
uhid.h 57 __u32 country; member in struct:uhid_create2_req
139 __u32 country; member in struct:uhid_create_req
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
ICULocaleServiceProvider.java 87 String country = result.getCountry(); local
92 if (country.length() > 0 || variantNoSuffix.length() > 0) {
94 id.append(country);
145 // ICU's available locales do not contain language+country
173 String country = loc.getCountry(); local
181 locales.add(new Locale(language, country, var.toString()));
  /external/kernel-headers/original/uapi/linux/
uhid.h 53 __u32 country; member in struct:uhid_create2_req
139 __u32 country; member in struct:uhid_create_req
  /external/libcups/cups/
language.c 436 country[16], /* Country code */ local
634 * language string is converted from ll-cc[.charset] (language-country)
640 country[0] = '\0';
662 * Copy the country code...
665 for (language ++, ptr = country; *language; language ++)
668 else if (ptr < (country + sizeof(country) - 1))
694 country[0] = '\0';
699 DEBUG_printf(("4cupsLangGet: langname=\"%s\", country=\"%s\", charset=\"%s\""
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
LocaleStore.java 212 * in a different country, without restarting the Settings application or the phone.</p>
229 * Show all the languages supported for a country in the suggested list.
236 final String country = locale.getCountry(); local
237 if (country.isEmpty()) {
242 if (country.equals(li.getLocale().getCountry())) {
291 final String country = li.getLocale().getCountry(); local
292 // All this is to figure out if we should suggest a country
293 if (!country.isEmpty()) {
298 final String langScriptCtry = li.getLangScriptKey() + "-" + country;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 310 String country = loc.getCountry(); local
311 if (!TextUtils.isEmpty(country)) {
312 localeString += "-" + country;
321 * code and {@code CC} is a two letter country code.
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 20 import android.location.Country;
37 * This class is used to detect the country where the user is. The sources of
38 * country are queried in order of reliability, like
42 * <li>SIM's country</li>
46 * Call the {@link #detectCountry()} to get the available country immediately.
48 * To be notified of the future country change, using the
51 * Using the {@link #stop()} to stop listening to the country change.
53 * The country information will be refreshed every
54 * {@link #LOCATION_REFRESH_INTERVAL} once the location based country is used.
69 * The refresh interval when the location based country was use
271 Country country = getCountry(); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 24 import android.location.Country;
566 * @param context the context used to look up the current locale / country
612 * @return The ISO 3166-1 two letters country code of the country the user
620 Country country = detector.detectCountry(); local
621 if (country != null) {
622 countryIso = country.getCountryIso();
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 56 public TimeZoneInfo(TimeZone tz, String country) {
59 mCountry = country;
197 final String country = this.mCountry; local
218 sb.append(country);
257 // By country
  /packages/apps/Dialer/java/com/android/dialer/oem/
CequintCallerIdManager.java 194 String country = getString(cursor, cursor.getColumnIndex(COUNTRY_NAME)); local
206 String geoDescription = getGeoDescription(city, state, stateAbbr, country);
275 String city, String state, String stateAbbr, String country) {
282 } else if (!TextUtils.isEmpty(country)) {
283 geoDescription = country;
  /external/icu/icu4c/source/common/
locdspnm.cpp 575 const char* country = locale.getCountry(); local
579 UBool hasCountry = uprv_strlen(country) > 0;
586 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
603 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
624 appendWithSep(resultRemainder, regionDisplayName(country, temp, TRUE));
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 529 const char *country = maxLocale.getCountry(); local
530 if (*country == '\0') { country = "001"; }
536 langCountry.append(country, uprv_strlen(country), status);
541 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country));
    [all...]

Completed in 1163 milliseconds

1 23 4 5 6 7 8 91011>>