Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSupplementalDataInfo.java3879 public static class CountSampleList { class
3883 CountSampleList(PluralRules pluralRules, Set<Count> keywords, PluralType pluralType) { in CountSampleList() method in SupplementalDataInfo.CurrencyNumberInfo.CountSampleList
4031 private final CountSampleList countSampleList;
4104 countSampleList = new CountSampleList(pluralRules, keywords, pluralType); in PluralInfo()