Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java220 …public static final Comparator<Set<Count>> COUNT_SET_COMPARATOR = new SetComparator<Count, Set<Cou… field in GeneratePluralRanges
229 …ing>, String>> seen = new TreeMap<Set<Count>, Relation<Set<String>, String>>(COUNT_SET_COMPARATOR); in reformatPluralRanges()