Home
last modified time | relevance | path

Searched defs:starredCounter (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java880 Counter<String> starredCounter = new Counter<>(); in showCoverage() local
1310 public static void gatherStarred(String path, Counter<String> starredCounter) { in gatherStarred()