Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1140 …Counter<Subtype> subtypeCounterTotals = errors ? totals.errorSubtypeCounter : totals.warningSubtyp… in showSubtypes() local
1141 Set<Subtype> sortedBySize = subtypeCounterTotals.getKeysetSortedByCount(false); in showSubtypes()
1144 writeDetailHeader(subtypeCounterTotals, sortedBySize, output); in showSubtypes()
1169 writeDetailHeader(subtypeCounterTotals, sortedBySize, output); in showSubtypes()
1172 long count = subtypeCounterTotals.get(subtype); in showSubtypes()
1182 …private void writeDetailHeader(Counter<Subtype> subtypeCounterTotals, Set<Subtype> sortedBySize, A… in writeDetailHeader() argument