Home
last modified time | relevance | path

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

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