Searched refs:getEntrySetSortedByCount (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ReadSql.java | 98 for (R2<Long, String> e : keys.getEntrySetSortedByCount(false, null)) { in main() 258 for (R2<Long, User> item : counter.getEntrySetSortedByCount(false, null)) { in show()
|
H A D | ChartDelta.java | 1231 for (R2<Long, PathHeader> entry : countDeleted.getEntrySetSortedByCount(false, null)) { in writeCounter()
|
H A D | GenerateMaximalLocales.java | 1357 + shorten(data.getEntrySetSortedByCount(true, null))); in tryDifferentAlgorithm()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Counter.java | 186 public Set<Row.R2<Long, T>> getEntrySetSortedByCount(boolean ascending, Comparator<T> byValue) { in getEntrySetSortedByCount() method in Counter
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestCLDRFile.java | 245 for (R2<Long, String> locale : extraPaths.getEntrySetSortedByCount(false, null)) { in testExtraPaths()
|
H A D | TestCheckCLDR.java | 1131 for (R2<Long, Key> entry : counter.getEntrySetSortedByCount(false, null)) { in TestShowRowAction()
|
H A D | TestPathHeader.java | 1484 counterPageId.getEntrySetSortedByCount(false, null); in testPathHeaderSize()
|
H A D | TestUnits.java | 2798 localeToErrorCount.getEntrySetSortedByCount(false, null)) { in TestFileFallbackNames()
|