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.java581 private List<T> valuesWithSameVotes = new ArrayList<T>(); field in VoteResolver
834 valuesWithSameVotes.clear(); in resolveVotes()
850 valuesWithSameVotes.add(winningValue); // may be null in resolveVotes()
893 valuesWithSameVotes.clear(); in resolveVotes()
894 valuesWithSameVotes.add(winningValue); in resolveVotes()
1222 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1232 valuesWithSameVotes.add(value); in setBestNextAndSameVoteValues()
1337 return new ArrayList<T>(valuesWithSameVotes); in getValuesWithSameVotes()
1372 + ", sameVotes: " + valuesWithSameVotes in toString()