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.java247 static Counter<ErrorType> subtotalCount = new Counter<>(true); // new ErrorCount(); field in ConsoleCheckCLDR
562 subtotalCount.clear(); in main()
786 for (ErrorType type : subtotalCount.keySet()) { in main()
787 … showSummary(localeID, level, "Subtotal " + type + ":\t" + subtotalCount.getCount(type)); in main()
1521 subtotalCount.add(shortStatus, 1); in showValue()