OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultCategoryULocales
(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
530
private static ULocale[]
defaultCategoryULocales
= new ULocale[Category.values().length];
536
defaultCategoryULocales
[idx] = forLocale(defaultCategoryLocales[idx]);
570
defaultCategoryULocales
[idx] = forLocale(currentDefault);
615
if (
defaultCategoryULocales
[idx] == null) {
625
defaultCategoryULocales
[idx] = forLocale(currentCategoryDefault);
648
defaultCategoryULocales
[tmpIdx] = forLocale(currentDefault);
655
return
defaultCategoryULocales
[idx];
675
defaultCategoryULocales
[idx] = newLocale;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java
519
private static ULocale[]
defaultCategoryULocales
= new ULocale[Category.values().length];
536
defaultCategoryULocales
[idx] = forLocale(defaultCategoryLocales[idx]);
561
defaultCategoryULocales
[idx] = defaultULocale;
599
defaultCategoryULocales
[idx] = forLocale(currentDefault);
643
if (
defaultCategoryULocales
[idx] == null) {
653
defaultCategoryULocales
[idx] = forLocale(currentCategoryDefault);
676
defaultCategoryULocales
[tmpIdx] = forLocale(currentDefault);
683
return
defaultCategoryULocales
[idx];
703
defaultCategoryULocales
[idx] = newLocale;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java
550
private static ULocale[]
defaultCategoryULocales
= new ULocale[Category.values().length];
567
defaultCategoryULocales
[idx] = forLocale(defaultCategoryLocales[idx]);
592
defaultCategoryULocales
[idx] = defaultULocale;
646
defaultCategoryULocales
[idx] = forLocale(currentDefault);
691
if (
defaultCategoryULocales
[idx] == null) {
701
defaultCategoryULocales
[idx] = forLocale(currentCategoryDefault);
724
defaultCategoryULocales
[tmpIdx] = forLocale(currentDefault);
731
return
defaultCategoryULocales
[idx];
751
defaultCategoryULocales
[idx] = newLocale;
[
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 435 milliseconds