Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java52 private Matcher metazoneMatcher = METAZONE_PATTERN.matcher(""); field in PathDescription
112 if (metazoneMatcher.reset(path).matches()) { in getDescription()
113 String name = metazoneMatcher.group(1); in getDescription()
114 String type = metazoneMatcher.group(3); in getDescription()