Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1197 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes() local
1311 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap()
1339 Set<T> sortedValues, HashMap<T, Long> voteCount) { in combineInheritanceWithBaileyForVoting()
1373 Set<T> sortedValues, in reallyCombineInheritanceWithBailey()
1423 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts()
1457 Set<T> sortedValues, HashMap<T, Long> voteCount) { in makeAnnotationComponentMap()
1497 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> compMap) { in calculateNewCountsBasedOnAnnotationComponents()
1542 Set<T> sortedValues, HashMap<T, Long> voteCount) { in resortValuesBasedOnAdjustedVoteCounts()
1590 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset()
1656 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp87 vector<uint64_t> sortedValues = values; in calculateStats() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java187 Set<String> sortedValues = new TreeSet(feature.getValueComparator()); in getFormattedGrammarInfo() local
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMap.java760 Object[] sortedValues = new Object[size]; in buildOrThrow() local