Searched refs:KYOTO (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java93 final Locale KYOTO = new Locale("ja", "JP", "kyoto"); field in class:TimeZoneNameProviderTest
107 tznp.getDisplayName(TIMEZONES[0], false, TimeZone.SHORT, KYOTO),
108 tznp.getDisplayName(TIMEZONES[1], false, TimeZone.SHORT, KYOTO),
109 tznp.getDisplayName(TIMEZONES[2], false, TimeZone.SHORT, KYOTO),
110 tznp.getDisplayName(TIMEZONES[3], false, TimeZone.SHORT, KYOTO),
111 tznp.getDisplayName(TIMEZONES[4], false, TimeZone.SHORT, KYOTO)
138 Locale.setDefault(KYOTO);
H A DCurrencyNameProviderTest.java109 final Locale KYOTO = new Locale("ja", "JP", "kyoto"); field in class:CurrencyNameProviderTest
125 Locale.setDefault(KYOTO);

Completed in 527 milliseconds