Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java337 Map<String, String> zone_country = sc.getZoneToCounty(); in printAllZoneLocalizations()
442 Map<String, String> zone_countries = sc.getZoneToCounty(); in printZoneAliases()
637 Map<String, String> zone_countries = StandardCodes.make().getZoneToCounty(); in printCurrentTimezoneLocalizations()
945 missing2.removeAll(sc.getZoneToCounty().keySet()); in getCities()
948 missing2.addAll(sc.getZoneToCounty().keySet()); in getCities()
955 Map<String, String> zone_to_country = sc.getZoneToCounty(); in getCities()
DShowZoneEquivalences.java83 Map<String, String> zone_countries = sc.getZoneToCounty(); in getZoneEquivalences()
DCountItems.java329 Map<String, String> zone_country = sc.getZoneToCounty(); in genSupplementalZoneData()
434 Map zoneToCountry = testInfo.getStandardCodes().getZoneToCounty(); in writeMetazonePrettyPath()
967 Map<String, String> zone_countries = StandardCodes.make().getZoneToCounty(); in showZoneInfo()
DGenerateXMB.java1318 Map<String, String> zoneToCountry = sc.getZoneToCounty();
1346 return sc.getZoneToCounty().get(golden) in toString()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java38 private static Map<String, String> ZONE2COUNTRY = STANDARD_CODES.getZoneToCounty();
DStandardCodes.java1401 public Map<String, String> getZoneToCounty() {
1402 return zoneParser.getZoneToCounty();
DZoneParser.java35 public Map<String, String> getZoneToCounty() { in getZoneToCounty() method in ZoneParser
DXMLSource.java1343 Map<String, String> zone_countries = sc.getZoneToCounty();