Home
last modified time | relevance | path

Searched refs:zoneIdsCountry (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java371 String zoneIdsCountry = TimeZone.getRegion(zoneid); in getFormattedZoneInternal()
372 String preferredZonesCountrysZone = regionToZone.get(zoneIdsCountry); in getFormattedZoneInternal()
377 String countryName = getLocalizedCountryName(zoneIdsCountry); in getFormattedZoneInternal()
452 String zoneIdsCountry = TimeZone.getRegion(zoneid);
453 if (zoneIdsCountry != null) {
454 String[] zonesInRegion = TimeZone.getAvailableIDs(zoneIdsCountry);
456 String countryName = getLocalizedCountryName(zoneIdsCountry);
502 private String getLocalizedCountryName(String zoneIdsCountry) { in getLocalizedCountryName() argument
503 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, zoneIdsCountry); in getLocalizedCountryName()
505 countryName = zoneIdsCountry; in getLocalizedCountryName()