Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java803 private List<T> valuesWithSameVotes = new ArrayList<>(); field in VoteResolver
1049 valuesWithSameVotes.clear(); in resolveVotes()
1085 valuesWithSameVotes.add(winningValue); in resolveVotes()
1128 valuesWithSameVotes.clear(); in resolveVotes()
1129 valuesWithSameVotes.add(winningValue); in resolveVotes()
1474 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1484 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1593 return new ArrayList<>(valuesWithSameVotes); in getValuesWithSameVotes()
1634 + ", sameVotes: " + valuesWithSameVotes in toString()