Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java563 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length]; field in ULocale
580 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
605 defaultCategoryULocales[idx] = defaultULocale;
658 defaultCategoryULocales[idx] = forLocale(currentDefault); in getDefault()
703 if (defaultCategoryULocales[idx] == null) { in getDefault()
713 defaultCategoryULocales[idx] = forLocale(currentCategoryDefault); in getDefault()
736 defaultCategoryULocales[tmpIdx] = forLocale(currentDefault); in getDefault()
743 return defaultCategoryULocales[idx]; in getDefault()
763 defaultCategoryULocales[idx] = newLocale; in setDefault()