Home
last modified time | relevance | path

Searched defs:getKeysetSortedByCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCounter2.java126 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() method in Counter2
130 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() method in Counter2
H A DCounter.java169 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() method in Counter
173 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() method in Counter
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DCounter.java127 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() method in Counter
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() method in Counter
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCounter.java130 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount() method in Counter
134 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() method in Counter