Searched refs:toULocale6 (Results 1 – 4 of 4) sorted by relevance
3484 return isJava7orNewer ? toULocale7(loc) : toULocale6(loc); in toULocale()3628 private static ULocale toULocale6(Locale loc) { in toULocale6() method in ULocale.JDKLocaleHelper
4168 return hasScriptsAndUnicodeExtensions ? toULocale7(loc) : toULocale6(loc); in toULocale()4312 private static ULocale toULocale6(Locale loc) { in toULocale6() method in ULocale.JDKLocaleHelper
3982 return hasScriptsAndUnicodeExtensions ? toULocale7(loc) : toULocale6(loc); in toULocale()4126 private static ULocale toULocale6(Locale loc) { in toULocale6() method in ULocale.JDKLocaleHelper
987 com/ibm/icu/util/ULocale$JDKLocaleHelper#toULocale6:(Ljava/util/Locale;)Lcom/ibm/icu/util/ULocale;