Searched refs:toLocale6 (Results 1 – 4 of 4) sorted by relevance
3488 return isJava7orNewer ? toLocale7(uloc) : toLocale6(uloc); in toLocale()3688 private static Locale toLocale6(ULocale uloc) { in toLocale6() method in ULocale.JDKLocaleHelper
4172 return hasScriptsAndUnicodeExtensions ? toLocale7(uloc) : toLocale6(uloc); in toLocale()4372 private static Locale toLocale6(ULocale uloc) { in toLocale6() method in ULocale.JDKLocaleHelper
3986 return hasScriptsAndUnicodeExtensions ? toLocale7(uloc) : toLocale6(uloc); in toLocale()4186 private static Locale toLocale6(ULocale uloc) { in toLocale6() method in ULocale.JDKLocaleHelper
986 com/ibm/icu/util/ULocale$JDKLocaleHelper#toLocale6:(Lcom/ibm/icu/util/ULocale;)Ljava/util/Locale;