Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java219 …public static final Comparator<Set<String>> STRING_SET_COMPARATOR = new SetComparator<String, Set<… field in GeneratePluralRanges
247 … item = Relation.of(new TreeMap<Set<String>, Set<String>>(STRING_SET_COMPARATOR), TreeSet.class)); in reformatPluralRanges()