Home
last modified time | relevance | path

Searched refs:countToExampleSet (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.java4009 private final Map<Count, Set<Double>> countToExampleSet; field in SupplementalDataInfo.PluralInfo
4142 countToExampleSet = Collections.unmodifiableMap(countToExampleSetRaw); in PluralInfo()
4182 return countToExampleSet + "; " + exampleToCount + "; " + pluralRules; in toString()
4186 return countToExampleSet; in getCountToExamplesMap()