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.java822 Map<String, String> sortedNames = new TreeMap<>(Collator.getInstance()); in writeSummaryTable() local
898 private void showSubtypes(Appendable output, Map<String, String> sortedNames, in showSubtypes() argument