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