Searched refs:SPECIAL_LOCALES_MAP (Results 1 – 1 of 1) sorted by relevance
48 private static Map<Locale, Locale> SPECIAL_LOCALES_MAP = null; field in ICULocaleServiceProvider112 if (SPECIAL_LOCALES_MAP != null) { in getSpecialLocalesMap()113 return SPECIAL_LOCALES_MAP; in getSpecialLocalesMap()123 SPECIAL_LOCALES_MAP = Collections.unmodifiableMap(splocs); in getSpecialLocalesMap()124 return SPECIAL_LOCALES_MAP; in getSpecialLocalesMap()