Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java357 final int maxVotes = info.getLevel().getVotes(); // max votes available for user in add() local
359 withVotes = maxVotes; // use max (default) in add()
361 withVotes = Math.min(withVotes, maxVotes); // override to lower vote count in add()