Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java800 Counter<Subtype> warningSubtypeCounter = new Counter<Subtype>(); field in VettingViewer.FileInfo
806 warningSubtypeCounter.addAll(other.warningSubtypeCounter); in addAll()
928 warningSubtypeCounter.increment(subtype); in getFileInfo()
1140 …Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtypeCounter; in showSubtypes()
1148 …> counter = errors ? entry.getValue().errorSubtypeCounter : entry.getValue().warningSubtypeCounter; in showSubtypes()