Home
last modified time | relevance | path

Searched refs:VALID_LOCALE (Results 1 – 25 of 52) sorted by relevance

123

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java74 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestDefault()
82 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE); in TestDefault()
90 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE); in TestDefault()
108 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE); in TestDefault()
635 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
784 String locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
793 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
807 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
819 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
845 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DGlobalizationPreferencesTest.java75 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestDefault()
83 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE); in TestDefault()
91 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE); in TestDefault()
109 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE); in TestDefault()
636 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
785 String locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
794 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
808 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
820 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
846 locStr = coll.getLocale(ULocale.VALID_LOCALE).toString(); in TestCollator()
[all …]
DTimeUnitTest.java150 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()
442 …rtEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE)); in TestStandInForMeasureFormat()
DNumberFormatTest.java2788 … errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2792 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2798 errln("expect() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2819 … errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2823 … errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2829 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2866 errln("expect() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2886 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
DTestMessageFormat.java964 …st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale.VALID_LOCALE)); in TestSetGetFormats()
966 …nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale.VALID_LOCALE)); in TestSetGetFormats()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java87 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
88 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
118 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
119 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java88 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
89 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); in TestCalendar()
119 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
120 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); in TestDateFormat()
DULocaleCollationTest.java153 ULocale.VALID_LOCALE }); in checkObject()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java45 if (!test.getLocale(ULocale.VALID_LOCALE).equals(ULocale.GERMAN)) { in TestRegister()
46 errln("Collation from Germany is really " + test.getLocale(ULocale.VALID_LOCALE)); in TestRegister()
119 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US)) { in TestRegister()
120 errln("Collation from US is really " + ncol.getLocale(ULocale.VALID_LOCALE)); in TestRegister()
252 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
DCollationAPITest.java1113 locale = coll.getLocale(ULocale.VALID_LOCALE);
1151 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE);
1170 locale = coll.getLocale(ULocale.VALID_LOCALE);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java46 if (!test.getLocale(ULocale.VALID_LOCALE).equals(ULocale.GERMAN)) { in TestRegister()
47 errln("Collation from Germany is really " + test.getLocale(ULocale.VALID_LOCALE)); in TestRegister()
120 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US)) { in TestRegister()
121 errln("Collation from US is really " + ncol.getLocale(ULocale.VALID_LOCALE)); in TestRegister()
253 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); in TestRegisterFactory()
DCollationAPITest.java1114 locale = coll.getLocale(ULocale.VALID_LOCALE);
1152 ULocale valid = coll.getLocale(ULocale.VALID_LOCALE);
1171 locale = coll.getLocale(ULocale.VALID_LOCALE);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java149 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()
441 …rtEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE)); in TestStandInForMeasureFormat()
DNumberFormatTest.java2787 … errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2791 errln("expect() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2797 errln("expect() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2818 … errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2822 … errln("expect_rbnf() format test rt, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2828 errln("expect_rbnf() format test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
2865 errln("expect() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect()
2885 errln("expect_rbnf() parse test, locale " + fmt.getLocale(ULocale.VALID_LOCALE) + in expect_rbnf()
DTestMessageFormat.java963 …st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale.VALID_LOCALE)); in TestSetGetFormats()
965 …nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale.VALID_LOCALE)); in TestSetGetFormats()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCollatorTest.java153 ULocale ulocJdkColl = ((CollatorICU)jdkColl).unwrap().getLocale(ULocale.VALID_LOCALE); in TestCollationKeyword()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java1188 ULocale uloc = getLocale(ULocale.VALID_LOCALE); in getEffectiveCurrency()
1337 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE); in createInstance()
DStringSearch.java213 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in StringSearch()
316 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in setCollator()
DDateFormat.java1692 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE), in get()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1275 ULocale uloc = getLocale(ULocale.VALID_LOCALE); in getEffectiveCurrency()
1427 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE); in createInstance()
DDateFormat.java1820 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE), in get()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java152 ULocale.VALID_LOCALE }); in checkObject()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java214 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in StringSearch()
323 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in setCollator()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1056 … logln("df type: " + df.getClass().getName() + " loc: " + df.getLocale(ULocale.VALID_LOCALE)); in TestJB4541()
1061 … logln("df2 type: " + df2.getClass().getName() + " loc: " + df2.getLocale(ULocale.VALID_LOCALE)); in TestJB4541()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1057 … logln("df type: " + df.getClass().getName() + " loc: " + df.getLocale(ULocale.VALID_LOCALE)); in TestJB4541()
1062 … logln("df2 type: " + df2.getClass().getName() + " loc: " + df2.getLocale(ULocale.VALID_LOCALE)); in TestJB4541()

123