Searched defs:voteCount (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 864 HashMap<T, Long> voteCount = makeVoteCountMap(sortedValues); in resolveVotes() local 935 …ivate 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 …vate HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCount) { in makeAnnotationComponentMap() 1065 …NewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, L… in calculateNewCountsBasedOnAnnotationComponents() 1106 …ivate 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()
|