Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java360 private final Counter<Subtype> warningSubtypeCounter = new Counter<>(); field in VettingViewer.VettingCounters
372 warningSubtypeCounter.addAll(other.warningSubtypeCounter); in addAll()
601 vc.warningSubtypeCounter.increment(subtype); in recordChoice()
1017 …Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtypeCounter; in showSubtypes()
1025 …ter = errors ? entry.getValue().vc.errorSubtypeCounter : entry.getValue().vc.warningSubtypeCounter; in showSubtypes()