Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java930 static final Pattern COUNT_EQUALS = PatternCache.get("\\[@count=\"[^\"]*\"]"); field in XMLSource.ResolvingSource
973 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll("[@count=\"other\"]"); in getPathLocation()
976 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll(""); in getPathLocation()