Searched defs:voteCount (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | VoteResolver.java | 1252 HashMap<T, Long> voteCount = makeVoteCountMap(sortedValues); in resolveVotes() local 1339 Set<T> sortedValues, HashMap<T, Long> voteCount) { in combineInheritanceWithBaileyForVoting() 1374 HashMap<T, Long> voteCount, 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()
|