Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java110 return sortingGorpRemoval.reset(prettyPath).replaceAll(""); in getOutputForm()
116 …private static Matcher sortingGorpRemoval = PatternCache.get("(?<=(^|[|]))([0-9]+-)?").matcher(""); field in PrettyPath