Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSupplementalDataInfo.java4106 Map<Count, Set<Double>> countToExampleSetRaw = new TreeMap<>(); in PluralInfo() local
4152 countToExampleSetRaw.put(type, doublesSet); in PluralInfo()
4155 countToExampleSet = Collections.unmodifiableMap(countToExampleSetRaw); in PluralInfo()