/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Unlocode.java | 479 String countryName = entry.getKey(); in main() local 485 String info = countryName in main() 543 …String countryName = ULocale.getDisplayCountry("und-" + upperLocode.substring(0, 2), ULocale.ENGLI… in showLocodes() local 552 System.out.println(title + "\t" + countryName + "\t" + data); in showLocodes() 584 String countryName = parts[3]; in loadCitiesOver1M() local 585 add(countryName, subdivision, cityName, countryNameToCities, errors2); in loadCitiesOver1M() 634 String countryName = parts[1]; in loadCitiesCapitals() local 635 add(countryName, null, cityName, countryNameToCities, errors2); in loadCitiesCapitals() 647 …static void add(String countryName, String subdivision, String cityName, Relation<String, LocodeDa… in add() argument 648 String countryCode = CountryCodeConverter.getCodeFromName(countryName, false); in add() [all …]
|
D | PathDescription.java | 172 String countryName = english.getName("territory", country); in getDescription() 173 if (countryName != null) { in getDescription() 174 if (!codeName.equals(countryName)) { in getDescription() 175 code = "the city “" + codeName + "” (in " + countryName + ")"; in getDescription()
|
D | TimezoneFormatter.java | 383 String countryName = getLocalizedCountryName(zoneIdsCountry); in getFormattedZoneInternal() 384 …return fallbackFormat.format(new Object[] { countryName, metaZoneName }); // UGLY, should be able … in getFormattedZoneInternal() 462 String countryName = getLocalizedCountryName(zoneIdsCountry); 463 return regionFallbackFormat.format(new Object[] { countryName }); 509 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, zoneIdsCountry); in getLocalizedCountryName() local 510 if (countryName == null) { in getLocalizedCountryName() 511 countryName = zoneIdsCountry; in getLocalizedCountryName() 513 return countryName; in getLocalizedCountryName()
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 48 countryName = match 56 countryName = optional 78 countryName = Country Name (2 letter code)
|
D | openssl.cnf | 51 countryName = supplied 59 countryName = match 67 countryName = optional 89 countryName = Country Name (2 letter code)
|
/external/libwebsockets/scripts/client-ca/ |
D | tmp.cnf | 27 countryName = match 52 countryName = Country Name (2 letter code)
|
/external/curl/tests/certs/ |
D | Server-localhost-sv.pem | 15 countryName = "Country Name is Northern Nowhere" 59 countryName = NN 66 countryName = NN
|
D | EdelCurlRoot-ca.prm | 8 countryName = "Country Name"
|
D | Server-localhost0h-sv.pem | 16 countryName = "Country Name is Northern Nowhere" 60 countryName = NN 67 countryName = NN
|
D | Server-localhost.nn-sv.pem | 15 countryName = "Country Name is Northern Nowhere" 59 countryName = NN 66 countryName = NN
|
D | Server-localhost-firstSAN-sv.pem | 15 countryName = "Country Name is Northern Nowhere" 59 countryName = NN 66 countryName = NN
|
D | Server-localhost-lastSAN-sv.pem | 15 countryName = "Country Name is Northern Nowhere" 60 countryName = NN 67 countryName = NN
|
D | Server-localhost-sv.prm | 15 countryName = "Country Name is Northern Nowhere"
|
D | Server-localhost.nn-sv.prm | 15 countryName = "Country Name is Northern Nowhere"
|
D | Server-localhost0h-sv.prm | 16 countryName = "Country Name is Northern Nowhere"
|
/external/tpm2-tss/script/ekca/ |
D | intermed-ca.cnf | 50 countryName = optional 60 countryName = supplied
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | server1-openssl.cnf | 6 countryName = Country Name (2 letter code) 65 countryName = optional
|
D | ca-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/test_creds/ |
D | ca-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
D | server1-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
D | multi-domain-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
/external/grpc-grpc/src/core/tsi/test_creds/ |
D | ca-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
D | server1-openssl.cnf | 6 countryName = Country Name (2 letter code)
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Misc.java | 349 String countryName = english.getName(CLDRFile.TERRITORY_NAME, country); in printAllZoneLocalizations() local 350 out.println("<td>" + country + " (" + countryName + ")" + "</td>"); in printAllZoneLocalizations() 646 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, country); in printCurrentTimezoneLocalizations() local 647 if (countryName == null) countryName = UTF16.valueOf(0x10FFFD) + country; in printCurrentTimezoneLocalizations() 648 reordered.put(countryName + "0" + zoneID, zoneID); in printCurrentTimezoneLocalizations() 658 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, country); in printCurrentTimezoneLocalizations() local 659 if (countryName == null) countryName = country; in printCurrentTimezoneLocalizations() 661 … + (++count) + "</th><th class='T'>" + TransliteratorUtilities.toHTML.transliterate(countryName) in printCurrentTimezoneLocalizations()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509ObjectIdentifiers.java | 10 …static final ASN1ObjectIdentifier countryName = new ASN1ObjectIdentifier("2.5.4.6")… field
|