Searched defs:JAPAN (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java166 final String JAPAN = "Japan"; field in class:TimeZoneNameProviderTest
200 String japan = TimeZone.getTimeZone(JAPAN).getDisplayName(OSAKA);
202 throw new RuntimeException("Provider's localized name is not available for an alias ID: "+JAPAN+". result: "+japan+" expected: "+JST_IN_OSAKA);
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java463 static public final Locale JAPAN = createConstant("ja", "JP"); field in class:Locale

Completed in 36 milliseconds