Searched refs:sMap (Results 1 – 1 of 1) sorted by relevance
53 final static HashMap<Locale, Hyphenator> sMap = new HashMap<Locale, Hyphenator>(); field in Hyphenator81 Hyphenator result = sMap.get(locale); in get()91 result = sMap.get(languageAndVariantOnlyLocale); in get()93 sMap.put(locale, result); in get()100 result = sMap.get(languageOnlyLocale); in get()102 sMap.put(locale, result); in get()113 result = sMap.get(scriptOnlyLocale); in get()115 sMap.put(locale, result); in get()120 sMap.put(locale, sEmptyHyphenator); // To remember we found nothing. in get()253 sMap.put(null, null); in init()[all …]