Home
last modified time | relevance | path

Searched defs:ascending (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java113 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
127 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java114 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
128 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()
132 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetNavigationTester.java243 List<Entry<E>> ascending = new ArrayList<Entry<E>>(); in testDescendingNavigation() local