Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1455 … Map<Organization, Level> organizationToMaxVote = localeToOrganizationToMaxVote.get(locale); in computeMaxVotes() local
1456 if (organizationToMaxVote == null) { in computeMaxVotes()
1458 organizationToMaxVote = new TreeMap<Organization, Level>()); in computeMaxVotes()
1460 Level maxVote = organizationToMaxVote.get(info.getOrganization()); in computeMaxVotes()
1462 organizationToMaxVote.put(info.getOrganization(), info.getLevel()); in computeMaxVotes()