Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateEnums.java673 reordered = new TreeSet<String>(new DeprecatedAndLengthFirstComparator("territory")); in showRegionCodeInfo()
789 public final class DeprecatedAndLengthFirstComparator implements Comparator<Object> { class
792 DeprecatedAndLengthFirstComparator(String type) { in DeprecatedAndLengthFirstComparator() method in GenerateEnums.DeprecatedAndLengthFirstComparator