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.java539 Counter<Subtype> errorSubtypeCounter = new Counter<>(); field in VettingViewer.FileInfo
545 errorSubtypeCounter.addAll(other.errorSubtypeCounter); in addAll()
683 errorSubtypeCounter.increment(subtype); in getFileInfo()
904 …Counter<Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtyp… in showSubtypes()
912 …Counter<Subtype> counter = errors ? entry.getValue().errorSubtypeCounter : entry.getValue().warnin… in showSubtypes()