Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java1104 HashMap<T, Long> rawVoteCount = new HashMap<>(voteCount); in adjustAnnotationVoteCounts() local
1248 …nnotationSuperset(Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset()