Searched refs:OSAKA (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/util/PluggableLocale/
H A DClasspathTest.java42 Locale OSAKA = new Locale("ja", "JP", "osaka");
44 if (!availableLocales.contains(OSAKA)) {
H A DTimeZoneNameProviderTest.java96 final Locale OSAKA = new Locale("ja", "JP", "osaka"); field in class:TimeZoneNameProviderTest
105 tznp.getDisplayName(TIMEZONES[0], false, TimeZone.SHORT, OSAKA),
106 tznp.getDisplayName(TIMEZONES[1], false, TimeZone.SHORT, OSAKA),
107 tznp.getDisplayName(TIMEZONES[2], false, TimeZone.SHORT, OSAKA),
108 tznp.getDisplayName(TIMEZONES[3], false, TimeZone.SHORT, OSAKA),
109 tznp.getDisplayName(TIMEZONES[4], false, TimeZone.SHORT, OSAKA)
132 df = new SimpleDateFormat(pattern, DateFormatSymbols.getInstance(OSAKA));
172 String osakaStd = tz.getDisplayName(false, style, OSAKA);
192 tznp.getDisplayName(LATIME, false, TimeZone.LONG, OSAKA);
198 tznp.getDisplayName(JST, false, TimeZone.LONG, OSAKA);
[all...]
H A Dbarprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
H A DCurrencyNameProviderTest.java121 final Locale OSAKA = new Locale("ja", "JP", "osaka"); field in class:CurrencyNameProviderTest
132 df = new DecimalFormat(pattern, DecimalFormatSymbols.getInstance(OSAKA));
/openjdk9/jdk/test/java/util/PluggableLocale/providersrc/
H A DGenericTimeZoneNameProviderImpl.java35 * Implementation class for getGenericTimeZoneName which returns "Generic "+<standard name in OSAKA>.
39 static final Locale OSAKA = new Locale("ja", "JP", "osaka"); field in class:GenericTimeZoneNameProviderImpl
55 String std = super.getDisplayName(id, false, style, OSAKA);

Completed in 52 milliseconds