Searched refs:specialsWildcards (Results 1 – 1 of 1) sorted by relevance
98 private Set<CLDRLocale> specialsWildcards = new HashSet<>(); field in SpecialLocales121 if (specialsWildcards.contains(fromLocale)) { in findLocale()193 specialsWildcards.add(l); in SpecialLocales()207 specialsWildcards = Collections.unmodifiableSet(specialsWildcards); in SpecialLocales()