HomeSort by relevance Sort by last modified time
    Searched refs:defaultCategoryLocales (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
ULocale.java 529 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
535 defaultCategoryLocales[idx] = JDKLocaleHelper.getDefault(cat);
536 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
569 defaultCategoryLocales[idx] = currentDefault;
623 if (!defaultCategoryLocales[idx].equals(currentCategoryDefault)) {
624 defaultCategoryLocales[idx] = currentCategoryDefault;
647 defaultCategoryLocales[tmpIdx] = currentDefault;
676 defaultCategoryLocales[idx] = newJavaDefault;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 518 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
535 defaultCategoryLocales[idx] = JDKLocaleHelper.getDefault(cat);
536 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
560 defaultCategoryLocales[idx] = defaultLocale;
598 defaultCategoryLocales[idx] = currentDefault;
651 if (!defaultCategoryLocales[idx].equals(currentCategoryDefault)) {
652 defaultCategoryLocales[idx] = currentCategoryDefault;
675 defaultCategoryLocales[tmpIdx] = currentDefault;
704 defaultCategoryLocales[idx] = newJavaDefault;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 549 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
566 defaultCategoryLocales[idx] = JDKLocaleHelper.getDefault(cat);
567 defaultCategoryULocales[idx] = forLocale(defaultCategoryLocales[idx]);
591 defaultCategoryLocales[idx] = defaultLocale;
645 defaultCategoryLocales[idx] = currentDefault;
699 if (!defaultCategoryLocales[idx].equals(currentCategoryDefault)) {
700 defaultCategoryLocales[idx] = currentCategoryDefault;
723 defaultCategoryLocales[tmpIdx] = currentDefault;
752 defaultCategoryLocales[idx] = newJavaDefault;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 515 milliseconds