Searched refs:sortedNames (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 1059 Map<String, String> sortedNames = new TreeMap<String, String>(Collator.getInstance()); in writeSummaryTable() local 1076 sortedNames.put(getName(localeID), localeID); in writeSummaryTable() 1078 if (sortedNames.isEmpty()) { in writeSummaryTable() 1091 for (Entry<String, String> entry : sortedNames.entrySet()) { in writeSummaryTable() 1129 showSubtypes(output, sortedNames, localeNameToFileInfo, totals, true); in writeSummaryTable() 1130 showSubtypes(output, sortedNames, localeNameToFileInfo, totals, false); in writeSummaryTable() 1134 private void showSubtypes(Appendable output, Map<String, String> sortedNames, in showSubtypes() argument 1154 String localeID = sortedNames.get(name); in showSubtypes()
|