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

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java34 com.bar.TimeZoneNameProviderImpl tznp = new com.bar.TimeZoneNameProviderImpl(); field in class:TimeZoneNameProviderTest
48 List<Locale> providerLocales = Arrays.asList(tznp.getAvailableLocales());
75 providersname = tznp.getDisplayName(id, i>=3, i%2, target);
100 tznp.getDisplayName(TIMEZONES[0], false, TimeZone.SHORT, OSAKA),
101 tznp.getDisplayName(TIMEZONES[1], false, TimeZone.SHORT, OSAKA),
102 tznp.getDisplayName(TIMEZONES[2], false, TimeZone.SHORT, OSAKA),
103 tznp.getDisplayName(TIMEZONES[3], false, TimeZone.SHORT, OSAKA),
104 tznp.getDisplayName(TIMEZONES[4], false, TimeZone.SHORT, OSAKA)
107 tznp.getDisplayName(TIMEZONES[0], false, TimeZone.SHORT, KYOTO),
108 tznp
[all...]
/openjdk7/jdk/src/share/classes/sun/util/
H A DTimeZoneNameUtility.java192 private static String[] examineAliases(TimeZoneNameProvider tznp, Locale locale, argument
200 String[] names = buildZoneStrings(tznp, locale, alias);
204 names = examineAliases(tznp, locale, alias, aliases, aliasesSet);
216 private static String[] buildZoneStrings(TimeZoneNameProvider tznp, argument
221 names[i] = tznp.getDisplayName(id, i>=3, i%2, locale);

Completed in 30 milliseconds