Home
last modified time | relevance | path

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

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