/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 74 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/ |
D | GlobalizationPreferencesTest.java | 75 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 …]
|
D | TimeUnitTest.java | 150 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale() 442 …rtEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE)); in TestStandInForMeasureFormat()
|
D | NumberFormatTest.java | 2788 … 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()
|
D | TestMessageFormat.java | 964 …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/ |
D | LocaleAliasTest.java | 87 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/ |
D | LocaleAliasTest.java | 88 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()
|
D | ULocaleCollationTest.java | 153 ULocale.VALID_LOCALE }); in checkObject()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 45 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()
|
D | CollationAPITest.java | 1113 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/ |
D | CollationServiceTest.java | 46 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()
|
D | CollationAPITest.java | 1114 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/ |
D | TimeUnitTest.java | 149 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale() 441 …rtEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE)); in TestStandInForMeasureFormat()
|
D | NumberFormatTest.java | 2787 … 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()
|
D | TestMessageFormat.java | 963 …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/ |
D | CollatorTest.java | 153 ULocale ulocJdkColl = ((CollatorICU)jdkColl).unwrap().getLocale(ULocale.VALID_LOCALE); in TestCollationKeyword()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NumberFormat.java | 1188 ULocale uloc = getLocale(ULocale.VALID_LOCALE); in getEffectiveCurrency() 1337 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE); in createInstance()
|
D | StringSearch.java | 213 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in StringSearch() 316 ULocale collLocale = collator.getLocale(ULocale.VALID_LOCALE); in setCollator()
|
D | DateFormat.java | 1692 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE), in get()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormat.java | 1275 ULocale uloc = getLocale(ULocale.VALID_LOCALE); in getEffectiveCurrency() 1427 ULocale valid = symbols.getLocale(ULocale.VALID_LOCALE); in createInstance()
|
D | DateFormat.java | 1820 result.setLocale(cal.getLocale(ULocale.VALID_LOCALE), in get()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 152 ULocale.VALID_LOCALE }); in checkObject()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 214 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/ |
D | IBMCalendarTest.java | 1056 … 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/ |
D | IBMCalendarTest.java | 1057 … 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()
|