HomeSort by relevance Sort by last modified time
    Searched refs:metazoneName (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CheckMetazones.java 45 String metazoneName = parts.getAttributeValue(3, "type");
46 if (!metazoneUsesDST(metazoneName) && path.indexOf("/standard") < 0) {
  /external/cldr/tools/java/org/unicode/cldr/util/
LogicalGrouping.java 62 String metazoneName = parts.getAttributeValue(3, "type");
63 if (metazonesDSTSet.contains(metazoneName)) {

Completed in 1147 milliseconds