Searched refs:hasScriptsAndUnicodeExtensions (Results 1 – 1 of 1) sorted by relevance
4021 private static boolean hasScriptsAndUnicodeExtensions = false; field in ULocale.JDKLocaleHelper4066 hasScriptsAndUnicodeExtensions = true;4121 return hasScriptsAndUnicodeExtensions ? toULocale7(loc) : toULocale6(loc); in toULocale()4125 return hasScriptsAndUnicodeExtensions ? toLocale7(uloc) : toLocale6(uloc); in toLocale()4403 if (hasScriptsAndUnicodeExtensions) { in isOriginalDefaultLocale()