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

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java525 public String[][] getZoneStrings() { method in class:DateFormatSymbols
556 * @see #getZoneStrings()
721 * Wrapper method to the getZoneStrings(), which is called from inside
727 return getZoneStrings();
735 zoneStrings = TimeZoneNameUtility.getZoneStrings(locale);
785 zoneStrings = TimeZoneNameUtility.getZoneStrings(locale);
/openjdk7/jdk/src/share/classes/sun/util/
H A DTimeZoneNameUtility.java62 public static final String[][] getZoneStrings(Locale locale) { method in class:TimeZoneNameUtility

Completed in 34 milliseconds