Home
last modified time | relevance | path

Searched refs:rawVoteCount (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1104 HashMap<T, Long> rawVoteCount = new HashMap<>(voteCount); in adjustAnnotationVoteCounts() local
1113 promoteSuperiorAnnotationSuperset(sortedValues, voteCount, rawVoteCount); in adjustAnnotationVoteCounts()
1248 …nnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset() argument
1257 oldWinnerRawCount = rawVoteCount.get(value); in promoteSuperiorAnnotationSuperset()
1263 rawVoteCount.get(value) >= oldWinnerRawCount + requiredGap) { in promoteSuperiorAnnotationSuperset()
1273 resortValuesBasedOnAdjustedVoteCounts(superiorSupersets, rawVoteCount); in promoteSuperiorAnnotationSuperset()