Home
last modified time | relevance | path

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 DReadSql.java98 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 DChartDelta.java1231 for (R2<Long, PathHeader> entry : countDeleted.getEntrySetSortedByCount(false, null)) { in writeCounter()
H A DGenerateMaximalLocales.java1357 + shorten(data.getEntrySetSortedByCount(true, null))); in tryDifferentAlgorithm()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCounter.java186 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 DTestCLDRFile.java245 for (R2<Long, String> locale : extraPaths.getEntrySetSortedByCount(false, null)) { in testExtraPaths()
H A DTestCheckCLDR.java1131 for (R2<Long, Key> entry : counter.getEntrySetSortedByCount(false, null)) { in TestShowRowAction()
H A DTestPathHeader.java1484 counterPageId.getEntrySetSortedByCount(false, null); in testPathHeaderSize()
H A DTestUnits.java2798 localeToErrorCount.getEntrySetSortedByCount(false, null)) { in TestFileFallbackNames()