Home
last modified time | relevance | path

Searched refs:toICUExtendedLocale (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DLocaleNameTest.java45 Locale inLocaleICU = TestUtil.toICUExtendedLocale(inLocale); in TestLanguageNames()
110 Locale inLocaleICU = TestUtil.toICUExtendedLocale(inLocale); in TestScriptNames()
167 Locale inLocaleICU = TestUtil.toICUExtendedLocale(inLocale); in TestCountryNames()
227 Locale inLocaleICU = TestUtil.toICUExtendedLocale(inLocale); in TestVariantNames()
DDateFormatSymbolsTest.java43 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance()
73 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
166 …DateFormatSymbols dfs_nnNO_ICU = DateFormatSymbols.getInstance(TestUtil.toICUExtendedLocale(nnNO)); in TestNynorsk()
167 …FormatSymbols dfs_noNONY_ICU = DateFormatSymbols.getInstance(TestUtil.toICUExtendedLocale(noNONY)); in TestNynorsk()
DDateFormatTest.java54 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance()
133 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
188 …Format dfmtIcu = DateFormat.getDateInstance(DateFormat.FULL, TestUtil.toICUExtendedLocale(thTHTH)); in TestThaiDigit()
DDecimalFormatSymbolsTest.java44 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance()
73 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
115 …DecimalFormatSymbols decfs = DecimalFormatSymbols.getInstance(TestUtil.toICUExtendedLocale(new Loc… in TestSetSymbols()
DCollatorTest.java45 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestGetInstance()
87 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
DBreakIteratorTest.java77 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance()
168 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
DCurrencyNameTest.java93 Locale locIcu = TestUtil.toICUExtendedLocale(loc); in TestCurrencySymbols()
150 Locale locIcu = TestUtil.toICUExtendedLocale(loc); in TestCurrencyDisplayNames()
DNumberFormatTest.java62 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in checkGetInstance()
180 Locale iculoc = TestUtil.toICUExtendedLocale(loc); in TestICUEquivalent()
DTestUtil.java23 public static Locale toICUExtendedLocale(Locale locale) { in toICUExtendedLocale() method in TestUtil
DTimeZoneNameTest.java143 Locale icuLoc = TestUtil.toICUExtendedLocale(loc); in checkDisplayName()