Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1059 Map<String, String> sortedNames = new TreeMap<String, String>(Collator.getInstance()); in writeSummaryTable() local
1134 private void showSubtypes(Appendable output, Map<String, String> sortedNames, in showSubtypes() argument