Searched refs:zoneIdsCountry (Results 1 – 1 of 1) sorted by relevance
371 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() argument503 String countryName = desiredLocaleFile.getName(CLDRFile.TERRITORY_NAME, zoneIdsCountry); in getLocalizedCountryName()505 countryName = zoneIdsCountry; in getLocalizedCountryName()