Searched refs:SPECIAL_LOCALES_MAP (Results 1 – 1 of 1) sorted by relevance
50 private static Map<Locale, Locale> SPECIAL_LOCALES_MAP = null; field in ICULocaleServiceProvider114 if (SPECIAL_LOCALES_MAP != null) { in getSpecialLocalesMap()115 return SPECIAL_LOCALES_MAP; in getSpecialLocalesMap()125 SPECIAL_LOCALES_MAP = Collections.unmodifiableMap(splocs); in getSpecialLocalesMap()126 return SPECIAL_LOCALES_MAP; in getSpecialLocalesMap()