Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java73 Counter<String> localeCounter = new Counter<>(); in main() local
125 … total = addValue(data, locale, ph, cleanedValue, total, localeCounter, pathHeaderCounter); in main()
136 … total = addValue(data, locale, ph, cleanedValue, total, localeCounter, pathHeaderCounter); in main()
144 Set<String> localeList = localeCounter.getKeysetSortedByCount(false); in main()
155 System.out.print("\t" + localeCounter.get(locale)); in main()
194 int total, Counter<String> localeCounter, Counter<PathHeader> pathHeaderCounter) { in addValue() argument
205 localeCounter.add(locale, 1); // count of items in locale in addValue()