/external/icu/icu4c/source/tools/tzcode/ |
D | tzselect.ksh | 77 country= 165 select country in $countries 167 case $country in 173 case $country in 177 country=$countries 183 -v country="$country" \ 220 -v country="$country" \ 271 case $country+$region in 272 ?*+?*) echo >&2 " $country$newline $region";; 273 ?*+) echo >&2 " $country";;
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
D | CompatTtsService.java | 94 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable() argument 95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")"); in onIsLanguageAvailable() 97 return mNativeSynth.isLanguageAvailable(lang, country, variant); in onIsLanguageAvailable() 101 protected int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage() argument 102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")"); in onLoadLanguage() 103 int result = onIsLanguageAvailable(lang, country, variant); in onLoadLanguage() 105 mNativeSynth.setLanguage(lang, country, variant); in onLoadLanguage() 120 String country = request.getCountry(); in onSynthesizeText() local 122 if (mNativeSynth.setLanguage(lang, country, variant) != TextToSpeech.SUCCESS) { in onSynthesizeText() 123 Log.e(TAG, "setLanguage(" + lang + "," + country + "," + variant + ") failed"); in onSynthesizeText()
|
D | SynthProxy.java | 94 public int isLanguageAvailable(String language, String country, String variant) { in isLanguageAvailable() argument 95 return native_isLanguageAvailable(mJniData, language, country, variant); in isLanguageAvailable() 108 public int setLanguage(String language, String country, String variant) { in setLanguage() argument 109 return native_setLanguage(mJniData, language, country, variant); in setLanguage() 115 public int loadLanguage(String language, String country, String variant) { in loadLanguage() argument 116 return native_loadLanguage(mJniData, language, country, variant); in loadLanguage() 171 String country, String variant); in native_isLanguageAvailable() argument 173 private native final int native_setLanguage(long jniData, String language, String country, in native_setLanguage() argument 176 private native final int native_loadLanguage(long jniData, String language, String country, in native_loadLanguage() argument
|
/external/libphonenumber/ |
D | release_notes.txt | 7 - New geocoding data for country calling code(s): 1854 (en) 8 - Updated geocoding data for country calling code(s): 264 (en) 9 - Updated carrier data for country calling code(s): 18 - Updated geocoding data for country calling code(s): 263 (en) 19 - New carrier data for country calling code(s): 509 (en), 976 (en) 20 - Updated carrier data for country calling code(s): 27 - Updated carrier data for country calling code(s): 91 (en), 263 (en) 35 - Updated geocoding data for country calling code(s): 56 (en, es) 36 - Updated carrier data for country calling code(s): 46 - New geocoding data for country calling code(s): 592 (en) [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/ |
D | CodeBean.java | 19 private String country; field in CodeBean 29 return country; in getCountry() 32 public void setCountry(String country) { in setCountry() argument 33 this.country = country; in setCountry()
|
/external/c-ares/ |
D | acountry.c | 556 const struct search_list *country; in find_country_from_cname() local 609 country = list_lookup(cnumber, country_list, in find_country_from_cname() 611 if (!country) in find_country_from_cname() 617 if ((country->short_name[0] != ccode_A2[0]) || in find_country_from_cname() 618 (country->short_name[1] != ccode_A2[1]) || in find_country_from_cname() 619 (country->short_name[2] != ccode_A2[2])) in find_country_from_cname() 621 country->short_name, ccode_A2); in find_country_from_cname() 624 country->long_name, country->short_name, cnumber); in find_country_from_cname()
|
/external/testng/src/test/java/test/dependent/ |
D | GroupByInstancesSampleTest.java | 14 private static void log(String method, String country) { in log() argument 16 m_log.add(method + "#" + country); in log() 28 public GroupByInstancesSampleTest(String country) { in GroupByInstancesSampleTest() argument 29 m_country = country; in GroupByInstancesSampleTest()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleUtility.java | 25 String country = ""; in getLocaleFromName() local 36 country = name.substring(i1); in getLocaleFromName() 38 country = name.substring(i1, i2); in getLocaleFromName() 43 return new Locale(language, country, variant); in getLocaleFromName()
|
D | ZoneMeta.java | 452 String country = getRegion(tzid); in getCanonicalCountry() local 453 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 454 country = null; in getCanonicalCountry() 456 return country; in getCanonicalCountry() 467 String country = getRegion(tzid); in getCanonicalCountry() local 468 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 475 … Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); in getCanonicalCountry() 491 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 506 return country; in getCanonicalCountry()
|
D | LocaleIDs.java | 49 public static String getISO3Country(String country){ in getISO3Country() argument 51 int offset = findIndex(_countries, country); in getISO3Country() 55 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | LocaleUtility.java | 27 String country = ""; in getLocaleFromName() local 38 country = name.substring(i1); in getLocaleFromName() 40 country = name.substring(i1, i2); in getLocaleFromName() 45 return new Locale(language, country, variant); in getLocaleFromName()
|
D | ZoneMeta.java | 453 String country = getRegion(tzid); in getCanonicalCountry() local 454 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 455 country = null; in getCanonicalCountry() 457 return country; in getCanonicalCountry() 468 String country = getRegion(tzid); in getCanonicalCountry() local 469 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 476 … Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); in getCanonicalCountry() 492 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 507 return country; in getCanonicalCountry()
|
D | LocaleIDs.java | 48 public static String getISO3Country(String country){ in getISO3Country() argument 50 int offset = findIndex(_countries, country); in getISO3Country() 54 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
D | XResourceBundle.java | 103 String country = locale.getCountry(); in getResourceSuffix() local 108 suffix += "_" + country; in getResourceSuffix() 110 if (country.equals("JP")) in getResourceSuffix() 111 suffix += "_" + country + "_" + variant; in getResourceSuffix()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
D | LocaleUtility.java | 25 String country = ""; in getLocaleFromName() local 36 country = name.substring(i1); in getLocaleFromName() 38 country = name.substring(i1, i2); in getLocaleFromName() 43 return new Locale(language, country, variant); in getLocaleFromName()
|
D | LocaleIDs.java | 51 public static String getISO3Country(String country){ in getISO3Country() argument 54 int offset = findIndex(_countries, country); in getISO3Country() 58 offset = findIndex(_obsoleteCountries, country); in getISO3Country()
|
/external/svox/pico/compat/include/ |
D | TtsEngine.h | 126 virtual tts_support_result isLanguageAvailable(const char *lang, const char *country, 139 virtual tts_result loadLanguage(const char *lang, const char *country, const char *variant); 151 virtual tts_result setLanguage(const char *lang, const char *country, const char *variant); 159 virtual tts_result getLanguage(char *language, char *country, char *variant);
|
/external/svox/pico/compat/jni/ |
D | tts.h | 174 const char *country, 190 const char *country, 206 const char *country, 218 char *country,
|
D | com_android_tts_compat_SynthProxy.cpp | 406 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_isLanguageAvailable() argument 419 const char *countryNativeString = env->GetStringUTFChars(country, 0); in com_android_tts_compat_SynthProxy_isLanguageAvailable() 426 env->ReleaseStringUTFChars(country, countryNativeString); in com_android_tts_compat_SynthProxy_isLanguageAvailable() 434 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_setLanguage() argument 449 const char *countryNativeString = env->GetStringUTFChars(country, 0); in com_android_tts_compat_SynthProxy_setLanguage() 456 env->ReleaseStringUTFChars(country, countryNativeString); in com_android_tts_compat_SynthProxy_setLanguage() 465 jstring language, jstring country, jstring variant) in com_android_tts_compat_SynthProxy_loadLanguage() argument 478 const char *countryNativeString = env->GetStringUTFChars(country, 0); in com_android_tts_compat_SynthProxy_loadLanguage() 485 env->ReleaseStringUTFChars(country, countryNativeString); in com_android_tts_compat_SynthProxy_loadLanguage() 598 char country[bufSize]; in com_android_tts_compat_SynthProxy_getLanguage() local [all …]
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ |
D | ICULocaleServiceProvider.java | 85 String country = result.getCountry(); in toULocaleNoSpecialVariant() local 90 if (country.length() > 0 || variantNoSuffix.length() > 0) { in toULocaleNoSpecialVariant() 92 id.append(country); in toULocaleNoSpecialVariant() 171 String country = loc.getCountry(); in addLocale() local 179 locales.add(new Locale(language, country, var.toString())); in addLocale()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | Messages.java | 359 String country = locale.getCountry(); in getResourceSuffix() local 361 if (country.equals("TW")) in getResourceSuffix() 362 suffix += "_" + country; in getResourceSuffix()
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
D | control | 19 - mapping of VPD data to ISO country code 20 - communication of country code from user-space to kernel 21 - communication of country code / rules from kernel to driver 22 - communication of country code / rules from driver to firmware 85 [{'region_name': 'ca.hybrid', # <country code>.<extra> 126 # country-speific data in wireless-regdb. We haven't
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 1119 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant) in loadLanguage() argument 1133 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant ) in setLanguage() argument 1173 if (country != NULL) in setLanguage() 1179 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) in setLanguage() 1191 lang, country); in setLanguage() 1211 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country, in isLanguageAvailable() argument 1240 if ((country == NULL) || (strlen(country) == 0)) { in isLanguageAvailable() 1248 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) { in isLanguageAvailable() 1275 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant) in getLanguage() argument 1279 strcpy(country, "\0"); in getLanguage() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 763 static int country_match(const char *const cc[], const char *const country) in country_match() argument 767 if (country == NULL) in country_match() 770 if (cc[i][0] == country[0] && cc[i][1] == country[1]) in country_match() 998 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) in ieee80211_chan_to_freq() argument 1002 if (country_match(us_op_class_cc, country)) { in ieee80211_chan_to_freq() 1008 if (country_match(eu_op_class_cc, country)) { in ieee80211_chan_to_freq() 1014 if (country_match(jp_op_class_cc, country)) { in ieee80211_chan_to_freq() 1020 if (country_match(cn_op_class_cc, country)) { in ieee80211_chan_to_freq()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 268 const char * country = 0, 745 char country[ULOC_COUNTRY_CAPACITY]; variable 778 return country; in getCountry()
|