Searched defs:sortedValues (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 837 final Set<T> sortedValues = totals.getKeysetSortedByCount(false, votesThenUcaCollator); in resolveVotes() local 908 private HashMap<T, Long> makeVoteCountMap(Set<T> sortedValues) { in makeVoteCountMap() 935 …private void combineInheritanceWithBaileyForVoting(Set<T> sortedValues, HashMap<T, Long> voteCount… in combineInheritanceWithBaileyForVoting() 999 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts() 1027 …private HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCoun… in makeAnnotationComponentMap() 1065 …private void calculateNewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> v… in calculateNewCountsBasedOnAnnotationComponents() 1106 …private void resortValuesBasedOnAdjustedVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount… in resortValuesBasedOnAdjustedVoteCounts() 1151 …private void promoteSuperiorAnnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, Ha… in promoteSuperiorAnnotationSuperset() 1201 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()
|
/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.cpp | 87 vector<deUint64> sortedValues = values; in calculateStats() local
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RegexManager.java | 320 List<String[]> sortedValues = new ArrayList<String[]>(); in sortValues() local
|