Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java221 public boolean canVoteWithCount(int withVotes) { in canVoteWithCount() argument
227 if (withVotes == LOCKING_VOTES && this == admin) { in canVoteWithCount()
231 return menu == null ? withVotes == this.votes : menu.contains(withVotes); in canVoteWithCount()
434 public void add(T value, int voter, Integer withVotes, Date date) { in add() argument
440 if (withVotes == null || !level.canVoteWithCount(withVotes)) { in add()
441 withVotes = level.getVotes(); in add()
443 addInternal(value, info, withVotes, date); // do the add in add()
807 public void add(T value, int voter, Integer withVotes, Date date) { in add() argument
811 if (withVotes != null && withVotes == Level.LOCKING_VOTES) { in add()
814 organizationToValueAndVote.add(value, voter, withVotes, date); in add()
[all …]