Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java662 private List<T> valuesWithSameVotes = new ArrayList<>(); field in VoteResolver
911 valuesWithSameVotes.clear(); in resolveVotes()
947 valuesWithSameVotes.add(winningValue); in resolveVotes()
990 valuesWithSameVotes.clear(); in resolveVotes()
991 valuesWithSameVotes.add(winningValue); in resolveVotes()
1319 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1329 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1447 return new ArrayList<>(valuesWithSameVotes); in getValuesWithSameVotes()
1488 + ", sameVotes: " + valuesWithSameVotes in toString()