/external/cldr/common/properties/ |
D | labels.txt | 153 [{}{}{}{}{}{}] ; Flags ; country-flag 154 [{}{}{}{}{}{}] ; Flags ; country-flag 155 [{}{}{}{}{}{}] ; Flags ; country-flag 156 [{}{}{}{}{}{}] ; Flags ; country-flag 157 [{}{}{}{}{}{}] ; Flags ; country-flag 158 [{}{}{}{}{}{}] ; Flags ; country-flag 159 [{}{}{}{}{}{}] ; Flags ; country-flag 160 [{}{}{}{}{}{}] ; Flags ; country-flag 161 [{}{}{}{}{}{}] ; Flags ; country-flag 162 [{}{}{}{}{}{}] ; Flags ; country-flag [all …]
|
/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/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | eu_member_states_raw.txt | 2 EU member country since: 1 January 1995 25 EU member country since: 1 July 2013 32 EU member country since: 1 May 2004 39 EU member country since: 1 May 2004 53 EU member country since: 1 May 2004 60 EU member country since: 1 January 1995 67 EU member country since: 1 January 1958 74 EU member country since: 1 January 1958 81 EU member country since: 1 January 1981 88 EU member country since: 1 May 2004 [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | AddPopulationData.java | 75 for (String country : StandardCodes.make().getGoodCountries()) { in main() 76 showCountryData(country); in main() 92 for (String country : outliers) { in main() 93 showCountryData(country); in main() 123 private static void showCountryData(String country) { in showCountryData() argument 125 System.out.println(country in showCountryData() 126 + "\t" + ULocale.getDisplayCountry("und-" + country, "en") in showCountryData() 127 + "\t" + number.format(getPopulation(country)) in showCountryData() 128 + "\t" + number.format(getGdp(country)) in showCountryData() 129 + "\t" + percent.format(getLiteracy(country) / 100)); in showCountryData() [all …]
|
D | CountryCodeConverter.java | 77 for (String country : ULocale.getISOCountries()) { in loadNames() 78 addName(ULocale.getDisplayCountry("und-" + country, "en"), country); in loadNames() 83 for (String country : goodAvailableCodes) { in loadNames() 84 String description = (String) sc.getFullData("territory", country).get(0); in loadNames() 85 if (country.equals("057")) continue; in loadNames() 86 addName(description, country); in loadNames() 105 String country = pieces[0].trim(); in handle() local 106 if (!goodAvailableCodes.contains(country)) { in handle() 109 addName(pieces[2].trim(), country); in handle()
|
D | ShowZoneEquivalences.java | 93 String country = zone_countries.get(zoneID); in getZoneEquivalences() local 97 country_inflection_names.add(new Object[] { country, zip, zoneID }); in getZoneEquivalences() 163 String country = (String) row[0]; in getZoneEquivalences() local 164 if (country.equals("001")) in getZoneEquivalences() 166 if (shortList && (country_zoneSet.get(country)).size() < 2) in getZoneEquivalences() 171 if (!country.equals(lastCountry)) { in getZoneEquivalences() 193 String newCountry = country; in getZoneEquivalences() 194 String mapLink = CountItems.country_map.get(country); in getZoneEquivalences() 196 newCountry = "<a target='map' href='" + mapLink + "'>" + country in getZoneEquivalences() 209 lastCountry = country; in getZoneEquivalences()
|
D | GenerateStatistics.java | 212 String lang = locale, country = ""; in showSet() local 216 country = locale.substring(locale.length() - 2); in showSet() 228 code = country; in showSet() 297 String country = ltp.getRegion(); in addCounts() local 314 if (!country.equals("")) { in addCounts() 315 draftCountries.add(country); in addCounts() 316 nativeName = getFixedDisplayCountry(localeID, country); in addCounts() 317 englishName = getFixedDisplayCountry("en", country); in addCounts() 319 … Log.logln((isDraft ? "D" : "") + "\tWarning: in " + localeID + ", display name for " + country in addCounts() 390 private static String getFixedDisplayCountry(String localeID, String country) { in getFixedDisplayCountry() argument [all …]
|
D | Misc.java | 348 String country = zone_country.get(zone); in printAllZoneLocalizations() local 349 String countryName = english.getName(CLDRFile.TERRITORY_NAME, country); in printAllZoneLocalizations() 350 out.println("<td>" + country + " (" + countryName + ")" + "</td>"); in printAllZoneLocalizations() 449 String country = zone_countries.get(zone); in printZoneAliases() local 450 String name = english.getName("territory", country) + " (" + country + ")"; in printZoneAliases() 466 String country = it3.next(); in printZoneAliases() local 467 System.out.println(country); in printZoneAliases() 468 Set<String> zones = country_zones.get(country); in printZoneAliases() 645 String country = zone_countries.get(zoneID); in printCurrentTimezoneLocalizations() local 646 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, country); in printCurrentTimezoneLocalizations() [all …]
|
/external/libphonenumber/ |
D | release_notes.txt | 19 - Updated geocoding data for country calling code(s): 504 (en) 20 - New carrier data for country calling code(s): 886 (en), 1284 (en) 21 - Updated carrier data for country calling code(s): 63 (en), 92 (en) 30 This means that for the non-geographical country codes, like +800, the 53 - New geocoding data for country calling code(s): 55 - Updated geocoding data for country calling code(s): 57 - Updated carrier data for country calling code(s): 71 - New geocoding data for country calling code(s): 1463 (en), 358 (sv) 72 - Removed geocoding data for country calling code(s): 358 (se) 73 - Updated geocoding data for country calling code(s): 7 (en, ru) [all …]
|
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/ |
D | ResTable_configTest.java | 17 resTable_config.country[0] = 'u'; in testLocale() 18 resTable_config.country[1] = 'k'; in testLocale() 29 resTable_config.country[0] = 'j'; in getBcp47Locale_shouldReturnCanonicalizedTag() 30 resTable_config.country[1] = 'p'; in getBcp47Locale_shouldReturnCanonicalizedTag() 40 resTable_config.country[0] = 'p'; in getBcp47Locale_philippines_shouldReturnFil() 41 resTable_config.country[1] = 'h'; in getBcp47Locale_philippines_shouldReturnFil()
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ |
D | sdca_estimator_test.py | 133 country = feature_column_lib.sparse_column_with_hash_bucket( 137 feature_columns=[price, country], 163 country = feature_column_lib.sparse_column_with_hash_bucket( 166 country, 'price') 228 country = feature_column_lib.sparse_column_with_hash_bucket( 231 [language, country], hash_bucket_size=10) 263 country = feature_column_lib.sparse_column_with_hash_bucket( 266 [sq_footage_bucket, country], hash_bucket_size=10) 270 price, sq_footage_bucket, country, sq_footage_country 302 country = feature_column_lib.sparse_column_with_hash_bucket( [all …]
|
/external/python/cpython2/Tools/world/ |
D | README | 1 world -- Print mappings between country names and DNS country codes. 7 world those addresses originate from, based on the top-level domain country 10 xx -- just the country code or top-level domain identifier 15 and a reverse lookup is attempted. This script will search the country names 58 Parse an iso3166-countrycodes file extracting the two letter country 59 code followed by the country name. Note that the three letter country 66 of a Python dictionary, and country names are normalized 73 regular expression; this is matched against all country names and a 76 country code is found.
|
D | world | 122 for code, country in all.items(): 123 mo = cre.search(country) 168 country, code = mo.group(1, 2) 170 words = country.split() 190 country = ' '.join(words) 191 print ' "%s": "%s",' % (code, country) 193 print code, country
|
/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/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 | 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 | 454 String country = getRegion(tzid); in getCanonicalCountry() local 455 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 456 country = null; in getCanonicalCountry() 458 return country; in getCanonicalCountry() 469 String country = getRegion(tzid); in getCanonicalCountry() local 470 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 477 … Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); in getCanonicalCountry() 493 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 508 return country; in getCanonicalCountry()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | LocaleUtility.java | 29 String country = ""; in getLocaleFromName() local 40 country = name.substring(i1); in getLocaleFromName() 42 country = name.substring(i1, i2); in getLocaleFromName() 47 return new Locale(language, country, variant); in getLocaleFromName()
|
D | ZoneMeta.java | 455 String country = getRegion(tzid); in getCanonicalCountry() local 456 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 457 country = null; in getCanonicalCountry() 459 return country; in getCanonicalCountry() 470 String country = getRegion(tzid); in getCanonicalCountry() local 471 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 478 … Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); in getCanonicalCountry() 494 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 509 return country; in getCanonicalCountry()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/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()
|
/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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable_config.java | 581 public final byte[] country; field in ResTable_config 635 return new ResTable_config(size, mcc, mnc, language, country, in withSdkVersion() 642 public ResTable_config(int size, int mcc, int mnc, byte[] language, byte[] country, in ResTable_config() argument 652 this.country = country; in ResTable_config() 678 this.country = new byte[2]; in ResTable_config() 838 packLanguageOrRegion(region, (byte) '0', this.country); in packRegion() 847 return unpackLanguageOrRegion(country, 0x30); in unpackRegion() 872 o.country, in fromDtoH() 1071 && isZeroes(country) in isDefault() 1481 localeDataComputeScript(computed_script, language, country); in match() [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestSubdivisions.java | 91 String country = subdivision.substring(0, 2); in checkSubdivisionFile() local 100 … countryToNameToSubdivisions.put(country, name, subdivision, deprecated.get(subdivision)); in checkSubdivisionFile() 105 String country = entry1.getKey().toUpperCase(Locale.ROOT); in checkSubdivisionFile() local 112 logln(lang + "," + country + "Name «" + name + "» for " + subdivisionMap.keySet()); in checkSubdivisionFile() 127 errln(lang + "," + country + "Name collision for «" + name + "» in " + problemSet); in checkSubdivisionFile() 132 warnln(lang + "," + country + "Consider adding: " in checkSubdivisionFile()
|
/external/libcups/cups/ |
D | language.c | 459 country[16], /* Country code */ in cupsLangGet() local 663 country[0] = '\0'; in cupsLangGet() 688 for (language ++, ptr = country; *language; language ++) in cupsLangGet() 691 else if (ptr < (country + sizeof(country) - 1)) in cupsLangGet() 700 if (!strcmp(language, "zh") && !strcmp(country, "HANS")) in cupsLangGet() 701 strlcpy(country, "CN", sizeof(country)); in cupsLangGet() 702 if (!strcmp(language, "zh") && !strcmp(country, "HANT")) in cupsLangGet() 703 strlcpy(country, "TW", sizeof(country)); in cupsLangGet() 726 country[0] = '\0'; in cupsLangGet() 732 langname, country, charset)); in cupsLangGet() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 942 static int country_match(const char *const cc[], const char *const country) in country_match() argument 946 if (country == NULL) in country_match() 949 if (cc[i][0] == country[0] && cc[i][1] == country[1]) in country_match() 1177 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan) in ieee80211_chan_to_freq() argument 1181 if (country_match(us_op_class_cc, country)) { in ieee80211_chan_to_freq() 1187 if (country_match(eu_op_class_cc, country)) { in ieee80211_chan_to_freq() 1193 if (country_match(jp_op_class_cc, country)) { in ieee80211_chan_to_freq() 1199 if (country_match(cn_op_class_cc, country)) { in ieee80211_chan_to_freq() 1650 u8 country_to_global_op_class(const char *country, u8 op_class) in country_to_global_op_class() argument 1656 if (country_match(us_op_class_cc, country)) { in country_to_global_op_class() [all …]
|