Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java244 static Counter<ErrorType> subtotalCount = new Counter<ErrorType>(true); // new ErrorCount(); field in ConsoleCheckCLDR
559 subtotalCount.clear(); in main()
793 for (ErrorType type : subtotalCount.keySet()) { in main()
794 …showSummary(checkCldr, localeID, level, "Subtotal " + type + ":\t" + subtotalCount.getCount(type)); in main()
1539 subtotalCount.add(shortStatus, 1); in showValue()