Searched refs:groupToNameAndCodeSorted (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartSubdivisionNames.java | 85 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()
|
D | ChartAnnotations.java | 111 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()
|