Searched refs:localeToOrganizationToMaxVote (Results 1 – 1 of 1) sorted by relevance
653 private static TreeMap<String, Map<Organization, Level>> localeToOrganizationToMaxVote; field in VoteResolver1541 localeToOrganizationToMaxVote = new TreeMap<>(); in computeMaxVotes()1549 … Map<Organization, Level> organizationToMaxVote = localeToOrganizationToMaxVote.get(locale); in computeMaxVotes()1551 localeToOrganizationToMaxVote.put(locale, in computeMaxVotes()1562 CldrUtility.protectCollection(localeToOrganizationToMaxVote); in computeMaxVotes()1773 Map<Organization, Level> result = localeToOrganizationToMaxVote.get(locale); in getOrganizationToMaxVote()