Home
last modified time | relevance | path

Searched refs:canVoteWithCount (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() method in VoteResolver.Level
440 if (withVotes == null || !level.canVoteWithCount(withVotes)) { in add()