Searched refs:subtotalCount (Results 1 – 1 of 1) sorted by relevance
247 static Counter<ErrorType> subtotalCount = new Counter<>(true); // new ErrorCount(); field in ConsoleCheckCLDR562 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()