Searched defs:sortedNames (Results  1 – 1 of 1) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ | 
| D | VettingViewer.java | 670             Map<String, String> sortedNames = getSortedNames(org, lv);  in getLocaleCount()  local685             final Map<String, String> sortedNames = getSortedNames(org, lv);  in getLocaleList()  local
 958         Map<String, String> sortedNames = getSortedNames((Organization) organization, desiredLevel);  in writeSummaryTable()  local
 992         Map<String, String> sortedNames = new TreeMap<>(CLDRConfig.getInstance().getCollator());  in getSortedNames()  local
 1011     private void showSubtypes(Appendable output, Map<String, String> sortedNames,  in showSubtypes()  argument
 
 |