Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathUtilities.java116 continent = getMetazoneToContinentMap().get(thisMetazone); in getMetazoneContinent()
123 private static Map<String, String> getMetazoneToContinentMap() { in getMetazoneToContinentMap() method in PathUtilities
DPathHeader.java310 .getMetazoneToContinentMap();
DSupplementalDataInfo.java2884 public Map<String, String> getMetazoneToContinentMap() {
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java925 .getMetazoneToContinentMap(); in TestContainment()