Searched refs:GROUP_LANGUAGE (Results 1 – 1 of 1) sorted by relevance
29 …static final M3<LanguageGroup, ULocale, Integer> GROUP_LANGUAGE = ChainedMap.of(new TreeMap<Langua… field in LanguageGroup33 Map<ULocale, Integer> soFar = GROUP_LANGUAGE.get(group); in add()40 GROUP_LANGUAGE.put(group, loc, count); in add()97 return Collections.unmodifiableSet(GROUP_LANGUAGE.get(group).keySet()); in getLocales()111 return GROUP_LANGUAGE.get(group).get(locale); in rankInGroup()