Home
last modified time | relevance | path

Searched defs:sortedBySize (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java905 Set<Subtype> sortedBySize = subtypeCounterTotals.getKeysetSortedByCount(false); in showSubtypes() local
945 … private void writeDetailHeader(Set<Subtype> sortedBySize, Appendable output) throws IOException { in writeDetailHeader()