Searched refs:testLocales (Results 1 – 13 of 13) sorted by relevance
83 Locale[] testLocales = NumberFormat.getAvailableLocales(); in testFormatHack() local84 for (int i = 0; i < testLocales.length; ++i) { in testFormatHack()86 if (!testLocales[i].getCountry().equals("")) continue; in testFormatHack()89 System.out.println(testLocales[i].getDisplayName()); in testFormatHack()93 …mberFormat nf26 = getCurrencyFormat(Currency.getInstance(testCurrencies[j]), testLocales[i], true); in testFormatHack()98 …berFormat nf24 = getCurrencyFormat(Currency.getInstance(testCurrencies[j]), testLocales[i], false); in testFormatHack()102 System.out.println(testLocales[i].getDisplayName()); in testFormatHack()
117 const Locale testLocales[] = { in call() local144 LOCALES = testLocales; in call()
33 static void testLocales(DateFormatTest *log);
33 static void testLocales(NumberFormatTest *log);
73 void Win32DateTimeTest::testLocales(DateFormatTest *log) in testLocales() function in Win32DateTimeTest
275 void Win32NumberTest::testLocales(NumberFormatTest *log) in testLocales() function in Win32NumberTest
140 const Locale testLocales[] = { in TestTimeZoneRoundTrip() local153 LOCALES = testLocales; in TestTimeZoneRoundTrip()154 nLocales = UPRV_LENGTHOF(testLocales); in TestTimeZoneRoundTrip()
2378 Win32DateTimeTest::testLocales(this); in TestHost()
3270 Win32NumberTest::testLocales(this); in TestHost()
3590 final ULocale[] testLocales = { in TestCalendarType() local3600 for (int i = 0; i < testLocales.length; i++) { in TestCalendarType()3603 if (testLocales[i].getLanguage().length() > 0) { in TestCalendarType()3604 locStrBuf.append(testLocales[i].getLanguage()); in TestCalendarType()3606 if (testLocales[i].getScript().length() > 0) { in TestCalendarType()3608 locStrBuf.append(testLocales[i].getScript()); in TestCalendarType()3610 if (testLocales[i].getCountry().length() > 0) { in TestCalendarType()3612 locStrBuf.append(testLocales[i].getCountry()); in TestCalendarType()3616 Calendar cal = Calendar.getInstance(testLocales[i]); in TestCalendarType()3628 df = DateFormat.getDateInstance(DateFormat.MEDIUM, testLocales[i]); in TestCalendarType()[all …]
3593 final ULocale[] testLocales = { in TestCalendarType() local3603 for (int i = 0; i < testLocales.length; i++) { in TestCalendarType()3606 if (testLocales[i].getLanguage().length() > 0) { in TestCalendarType()3607 locStrBuf.append(testLocales[i].getLanguage()); in TestCalendarType()3609 if (testLocales[i].getScript().length() > 0) { in TestCalendarType()3611 locStrBuf.append(testLocales[i].getScript()); in TestCalendarType()3613 if (testLocales[i].getCountry().length() > 0) { in TestCalendarType()3615 locStrBuf.append(testLocales[i].getCountry()); in TestCalendarType()3619 Calendar cal = Calendar.getInstance(testLocales[i]); in TestCalendarType()3631 df = DateFormat.getDateInstance(DateFormat.MEDIUM, testLocales[i]); in TestCalendarType()[all …]
361 final String[] testLocales = { in TestExemplarSetTypes() local384 for (String locstr : testLocales) { in TestExemplarSetTypes()
358 final String[] testLocales = { in TestExemplarSetTypes() local381 for (String locstr : testLocales) { in TestExemplarSetTypes()