Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1099 HashMap<T, Long> voteCount = makeVoteCountMap(sortedValues); in resolveVotes() local
1170 …te boolean combineInheritanceWithBaileyForVoting(Set<T> sortedValues, HashMap<T, Long> voteCount) { in combineInheritanceWithBaileyForVoting()
1203 private void reallyCombineInheritanceWithBailey(Set<T> sortedValues, HashMap<T, Long> voteCount, in reallyCombineInheritanceWithBailey()
1252 public void adjustAnnotationVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in adjustAnnotationVoteCounts()
1280 …vate HashMap<T, Long> makeAnnotationComponentMap(Set<T> sortedValues, HashMap<T, Long> voteCount) { in makeAnnotationComponentMap()
1318 …NewCountsBasedOnAnnotationComponents(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, L… in calculateNewCountsBasedOnAnnotationComponents()
1359 …ivate void resortValuesBasedOnAdjustedVoteCounts(Set<T> sortedValues, HashMap<T, Long> voteCount) { in resortValuesBasedOnAdjustedVoteCounts()
1403 …private void promoteSuperiorAnnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, Ha… in promoteSuperiorAnnotationSuperset()
1453 private long[] setBestNextAndSameVoteValues(Set<T> sortedValues, HashMap<T, Long> voteCount) { in setBestNextAndSameVoteValues()