Searched refs:VALID_LOCALE (Results 1 - 25 of 43) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleAliasTest.java83 //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);
H A DULocaleCollationTest.java156 ULocale.VALID_LOCALE });
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java79 //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/
H A DCollationServiceTest.java48 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);
H A DCollationAPITest.java1021 locale = coll.getLocale(ULocale.VALID_LOCALE);
1059 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE);
1078 locale = coll.getLocale(ULocale.VALID_LOCALE);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java44 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);
H A DCollationAPITest.java1017 locale = coll.getLocale(ULocale.VALID_LOCALE);
1055 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE);
1074 locale = coll.getLocale(ULocale.VALID_LOCALE);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java78 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)
[all...]
H A DTimeUnitTest.java145 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE));
425 assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE));
H A DNumberFormatTest.java2722 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2726 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2732 errln("expect() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2753 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2757 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2763 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2800 errln("expect() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2820 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
H A DTestMessageFormat.java948 assertEquals("1st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale.VALID_LOCALE));
950 assertEquals("2nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale.VALID_LOCALE));
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java74 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)
[all...]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCollatorTest.java150 ULocale ulocJdkColl = ((CollatorICU)jdkColl).unwrap().getLocale(ULocale.VALID_LOCALE);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java141 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE));
421 assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE));
H A DNumberFormatTest.java2718 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2722 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2728 errln("expect() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2749 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2753 errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2759 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2796 errln("expect() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
2816 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) +
H A DTestMessageFormat.java944 assertEquals("1st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale.VALID_LOCALE));
946 assertEquals("2nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale.VALID_LOCALE));
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java1184 ULocale uloc = getLocale(ULocale.VALID_LOCALE);
1333 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE);
H A DStringSearch.java211 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE);
314 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE);
H A DDateFormat.java1668 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE),
H A DRuleBasedCollator.java1802 } else if(type == ULocale.VALID_LOCALE) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java1271 ULocale uloc = getLocale(ULocale.VALID_LOCALE);
1423 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE);
H A DDateFormat.java1796 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE),
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java152 ULocale.VALID_LOCALE });
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java212 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE);
321 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE);
H A DRuleBasedCollator.java1843 } else if(type == ULocale.VALID_LOCALE) {

Completed in 1815 milliseconds

12