Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageGroup.java27 …static final M3<LanguageGroup, ULocale, Integer> GROUP_LANGUAGE = ChainedMap.of(new TreeMap<Langua… field in LanguageGroup
31 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()