Home
last modified time | relevance | path

Searched refs:groupToNameAndCodeSorted (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartSubdivisionNames.java85 Relation<LanguageGroup, R3<Integer, String, String>> groupToNameAndCodeSorted = Relation.of( in writeSubcharts() local
105 groupToNameAndCodeSorted.put(group, Row.of(rank, name, locale)); in writeSubcharts()
108 …y<LanguageGroup, Set<R3<Integer, String, String>>> groupPairs : groupToNameAndCodeSorted.keyValues… in writeSubcharts()
DChartAnnotations.java111 Relation<LanguageGroup, R3<Integer, String, String>> groupToNameAndCodeSorted = Relation.of( in writeSubcharts() local
140 groupToNameAndCodeSorted.put(group, Row.of(rank, name, locale)); in writeSubcharts()
143 …y<LanguageGroup, Set<R3<Integer, String, String>>> groupPairs : groupToNameAndCodeSorted.keyValues… in writeSubcharts()