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