Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java732 Map<String, String> sortedNames = getSortedNames(org, lv); in getLocaleCount() local
747 final Map<String, String> sortedNames = getSortedNames(org, lv); in getLocaleList() local
1044 Map<String, String> sortedNames = getSortedNames((Organization) organization, desiredLevel); in writeSummaryTable() local
1084 Map<String, String> sortedNames = new TreeMap<>(CLDRConfig.getInstance().getCollator()); in getSortedNames() local
1106 Map<String, String> sortedNames, in showSubtypes() argument