Searched refs:sortedNames (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 822 Map<String, String> sortedNames = new TreeMap<>(Collator.getInstance()); in writeSummaryTable() local 839 sortedNames.put(getName(localeID), localeID); in writeSummaryTable() 841 if (sortedNames.isEmpty()) { in writeSummaryTable() 854 for (Entry<String, String> entry : sortedNames.entrySet()) { in writeSummaryTable() 893 showSubtypes(output, sortedNames, localeNameToFileInfo, totals, true); in writeSummaryTable() 894 showSubtypes(output, sortedNames, localeNameToFileInfo, totals, false); in writeSummaryTable() 898 private void showSubtypes(Appendable output, Map<String, String> sortedNames, in showSubtypes() argument 917 String localeID = sortedNames.get(name); in showSubtypes()
|