Home
last modified time | relevance | path

Searched refs:countryName (Results 1 – 25 of 38) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/util/
DUnlocode.java479 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); in add()
[all …]
DTimezoneFormatter.java377 String countryName = getLocalizedCountryName(zoneIdsCountry); in getFormattedZoneInternal()
378 …return fallbackFormat.format(new Object[] { countryName, metaZoneName }); // UGLY, should be able … in getFormattedZoneInternal()
456 String countryName = getLocalizedCountryName(zoneIdsCountry);
457 return regionFallbackFormat.format(new Object[] { countryName });
503 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, zoneIdsCountry); in getLocalizedCountryName() local
504 if (countryName == null) { in getLocalizedCountryName()
505 countryName = zoneIdsCountry; in getLocalizedCountryName()
507 return countryName; in getLocalizedCountryName()
DPathDescription.java173 String countryName = english.getName("territory", country); in getDescription()
174 if (countryName != null) { in getDescription()
175 if (!codeName.equals(countryName)) { in getDescription()
176 code = "the city “" + codeName + "” (in " + countryName + ")"; in getDescription()
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf51 countryName = supplied
59 countryName = match
67 countryName = optional
89 countryName = Country Name (2 letter code)
Dopenssl-root.cnf48 countryName = match
56 countryName = optional
78 countryName = Country Name (2 letter code)
/external/curl/tests/certs/
DServer-localhost-sv.pem15 countryName = "Country Name is Northern Nowhere"
59 countryName = NN
66 countryName = NN
DServer-localhost.nn-sv.pem15 countryName = "Country Name is Northern Nowhere"
59 countryName = NN
66 countryName = NN
DServer-localhost-firstSAN-sv.pem15 countryName = "Country Name is Northern Nowhere"
59 countryName = NN
66 countryName = NN
DServer-localhost-lastSAN-sv.pem15 countryName = "Country Name is Northern Nowhere"
59 countryName = NN
66 countryName = NN
DServer-localhost0h-sv.pem16 countryName = "Country Name is Northern Nowhere"
60 countryName = NN
67 countryName = NN
DEdelCurlRoot-ca.prm8 countryName = "Country Name"
DServer-localhost-sv.prm15 countryName = "Country Name is Northern Nowhere"
DServer-localhost.nn-sv.prm15 countryName = "Country Name is Northern Nowhere"
DServer-localhost0h-sv.prm16 countryName = "Country Name is Northern Nowhere"
DServer-localhost-sv.crt7 countryName = NN
14 countryName = NN
DEdelCurlRoot-ca.crt7 countryName = NN
14 countryName = NN
DEdelCurlRoot-ca.cacert7 countryName = NN
14 countryName = NN
DServer-localhost-lastSAN-sv.crt7 countryName = NN
14 countryName = NN
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dserver1-openssl.cnf6 countryName = Country Name (2 letter code)
65 countryName = optional
Dca-openssl.cnf6 countryName = Country Name (2 letter code)
/external/grpc-grpc/src/core/tsi/test_creds/
Dca-openssl.cnf6 countryName = Country Name (2 letter code)
Dserver1-openssl.cnf6 countryName = Country Name (2 letter code)
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java349 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/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DX509ObjectIdentifiers.java15 …static final ASN1ObjectIdentifier countryName = new ASN1ObjectIdentifier("2.5.4.6")… field
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509ObjectIdentifiers.java11 …static final ASN1ObjectIdentifier countryName = new ASN1ObjectIdentifier("2.5.4.6")… field

12