OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALID_LOCALE
(Results
1 - 25
of
44
) sorted by null
1
2
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java
83
//Test function "getLocale(ULocale.
VALID_LOCALE
)"
84
ULocale l1 = c1.getLocale(ULocale.
VALID_LOCALE
);
85
ULocale l2 = c2.getLocale(ULocale.
VALID_LOCALE
);
114
ULocale l1 = df1.getLocale(ULocale.
VALID_LOCALE
);
115
ULocale l2 = df2.getLocale(ULocale.
VALID_LOCALE
);
ULocaleCollationTest.java
156
ULocale.
VALID_LOCALE
});
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java
79
//Test function "getLocale(ULocale.
VALID_LOCALE
)"
80
ULocale l1 = c1.getLocale(ULocale.
VALID_LOCALE
);
81
ULocale l2 = c2.getLocale(ULocale.
VALID_LOCALE
);
110
ULocale l1 = df1.getLocale(ULocale.
VALID_LOCALE
);
111
ULocale l2 = df2.getLocale(ULocale.
VALID_LOCALE
);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationServiceTest.java
48
if (!test.getLocale(ULocale.
VALID_LOCALE
).equals(ULocale.GERMAN)) {
49
errln("Collation from Germany is really " + test.getLocale(ULocale.
VALID_LOCALE
));
122
if (!ncol.getLocale(ULocale.
VALID_LOCALE
).equals(ULocale.US)) {
123
errln("Collation from US is really " + ncol.getLocale(ULocale.
VALID_LOCALE
));
254
ULocale valid = col.getLocale(ULocale.
VALID_LOCALE
);
CollationAPITest.java
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java
44
if (!test.getLocale(ULocale.
VALID_LOCALE
).equals(ULocale.GERMAN)) {
45
errln("Collation from Germany is really " + test.getLocale(ULocale.
VALID_LOCALE
));
118
if (!ncol.getLocale(ULocale.
VALID_LOCALE
).equals(ULocale.US)) {
119
errln("Collation from US is really " + ncol.getLocale(ULocale.
VALID_LOCALE
));
250
ULocale valid = col.getLocale(ULocale.
VALID_LOCALE
);
CollationAPITest.java
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java
78
ULocale calLocale = cal.getLocale(ULocale.
VALID_LOCALE
);
86
ULocale collLocale = coll.getLocale(ULocale.
VALID_LOCALE
);
94
ULocale brkLocale = brk.getLocale(ULocale.
VALID_LOCALE
);
103
ULocale dfLocale = df.getLocale(ULocale.
VALID_LOCALE
);
112
ULocale nfLocale = nf.getLocale(ULocale.
VALID_LOCALE
);
633
ULocale calLocale = cal.getLocale(ULocale.
VALID_LOCALE
);
780
String locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
789
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
803
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
815
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString()
[
all
...]
TimeUnitTest.java
145
assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.
VALID_LOCALE
));
425
assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.
VALID_LOCALE
));
NumberFormatTest.java
[
all
...]
TestMessageFormat.java
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java
74
ULocale calLocale = cal.getLocale(ULocale.
VALID_LOCALE
);
82
ULocale collLocale = coll.getLocale(ULocale.
VALID_LOCALE
);
90
ULocale brkLocale = brk.getLocale(ULocale.
VALID_LOCALE
);
99
ULocale dfLocale = df.getLocale(ULocale.
VALID_LOCALE
);
108
ULocale nfLocale = nf.getLocale(ULocale.
VALID_LOCALE
);
629
ULocale calLocale = cal.getLocale(ULocale.
VALID_LOCALE
);
776
String locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
785
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
799
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString();
811
locStr = coll.getLocale(ULocale.
VALID_LOCALE
).toString()
[
all
...]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
CollatorTest.java
150
ULocale ulocJdkColl = ((CollatorICU)jdkColl).unwrap().getLocale(ULocale.
VALID_LOCALE
);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java
141
assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.
VALID_LOCALE
));
421
assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.
VALID_LOCALE
));
NumberFormatTest.java
[
all
...]
TestMessageFormat.java
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java
[
all
...]
StringSearch.java
211
ULocale collLocale = collator.getLocale(ULocale.
VALID_LOCALE
);
314
ULocale collLocale = collator.getLocale(ULocale.
VALID_LOCALE
);
[
all
...]
DateFormat.java
[
all
...]
RuleBasedCollator.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java
[
all
...]
DateFormat.java
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java
152
ULocale.
VALID_LOCALE
});
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java
212
ULocale collLocale = collator.getLocale(ULocale.
VALID_LOCALE
);
321
ULocale collLocale = collator.getLocale(ULocale.
VALID_LOCALE
);
[
all
...]
RuleBasedCollator.java
[
all
...]
Completed in 719 milliseconds
1
2