Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java532 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length]; field in ULocale
538 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
572 defaultCategoryULocales[idx] = forLocale(currentDefault); in getDefault()
617 if (defaultCategoryULocales[idx] == null) { in getDefault()
627 defaultCategoryULocales[idx] = forLocale(currentCategoryDefault); in getDefault()
650 defaultCategoryULocales[tmpIdx] = forLocale(currentDefault); in getDefault()
657 return defaultCategoryULocales[idx]; in getDefault()
677 defaultCategoryULocales[idx] = newLocale; in setDefault()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java572 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length]; field in ULocale
589 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
614 defaultCategoryULocales[idx] = defaultULocale;
668 defaultCategoryULocales[idx] = forLocale(currentDefault); in getDefault()
713 if (defaultCategoryULocales[idx] == null) { in getDefault()
723 defaultCategoryULocales[idx] = forLocale(currentCategoryDefault); in getDefault()
746 defaultCategoryULocales[tmpIdx] = forLocale(currentDefault); in getDefault()
753 return defaultCategoryULocales[idx]; in getDefault()
773 defaultCategoryULocales[idx] = newLocale; in setDefault()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java528 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length]; field in ULocale
545 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
570 defaultCategoryULocales[idx] = defaultULocale;
608 defaultCategoryULocales[idx] = forLocale(currentDefault); in getDefault()
652 if (defaultCategoryULocales[idx] == null) { in getDefault()
662 defaultCategoryULocales[idx] = forLocale(currentCategoryDefault); in getDefault()
685 defaultCategoryULocales[tmpIdx] = forLocale(currentDefault); in getDefault()
692 return defaultCategoryULocales[idx]; in getDefault()
712 defaultCategoryULocales[idx] = newLocale; in setDefault()