Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateComparison.java64 Counter<String> totalCounter = new Counter<String>(); in main() local
310 totalCounter.increment(status); in main()
459 for (String key : totalCounter.getKeysetSortedByKey()) { in main()
460 System.out.println(key + "\t" + totalCounter.getCount(key)); in main()