Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java562 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length]; field in ULocale
579 defaultCategoryLocales[idx] = JDKLocaleHelper.getDefault(cat);
580 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
604 defaultCategoryLocales[idx] = defaultLocale;
657 defaultCategoryLocales[idx] = currentDefault; in getDefault()
711 if (!defaultCategoryLocales[idx].equals(currentCategoryDefault)) { in getDefault()
712 defaultCategoryLocales[idx] = currentCategoryDefault; in getDefault()
735 defaultCategoryLocales[tmpIdx] = currentDefault; in getDefault()
764 defaultCategoryLocales[idx] = newJavaDefault; in setDefault()