Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
DICULocaleServiceProvider.java72 String suffix = getIcuSuffix(); in toULocaleNoSpecialVariant()
122 …splocs.put(new Locale(spLoc.getLanguage(), spLoc.getCountry(), var + "_" + getIcuSuffix()), spLoc); in getSpecialLocalesMap()
180 var.append(getIcuSuffix()); in addLocale()
194 var.append(getIcuSuffix()); in addULocale()
217 private static String getIcuSuffix() { in getIcuSuffix() method in ICULocaleServiceProvider