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.java328 Map<String, String> zone_country = sc.getZoneToCounty(); in genSupplementalZoneData()
433 Map zoneToCountry = testInfo.getStandardCodes().getZoneToCounty(); in writeMetazonePrettyPath()
968 Map<String, String> zone_countries = StandardCodes.make().getZoneToCounty(); in showZoneInfo()
DGenerateXMB.java1319 Map<String, String> zoneToCountry = sc.getZoneToCounty();
1348 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.java1443 public Map<String, String> getZoneToCounty() {
1444 return zoneParser.getZoneToCounty();
DZoneParser.java35 public Map<String, String> getZoneToCounty() { in getZoneToCounty() method in ZoneParser
DXMLSource.java1431 Map<String, String> zone_countries = sc.getZoneToCounty();