Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1438 HashMap<T, Long> rawVoteCount = new HashMap<>(voteCount); in adjustAnnotationVoteCounts() local
1594 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> rawVoteCount) { in promoteSuperiorAnnotationSuperset()