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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormatSymbols.java59 * <code>DateFormatSymbols</code> is a public class for encapsulating
63 * <code>DateFormatSymbols</code> to encapsulate this information.
66 * Typically you shouldn't use <code>DateFormatSymbols</code> directly.
70 * These methods automatically create a <code>DateFormatSymbols</code> for
82 * new SimpleDateFormat(aPattern, DateFormatSymbols.getInstance(aLocale)).
87 * <code>DateFormatSymbols</code> objects are cloneable. When you obtain
88 * a <code>DateFormatSymbols</code> object, feel free to modify the
95 * New <code>DateFormatSymbols</code> subclasses may be added to support
103 public class DateFormatSymbols implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
108 * Construct a DateFormatSymbols objec
122 public DateFormatSymbols() method in class:DateFormatSymbols
140 public DateFormatSymbols(Locale locale) method in class:DateFormatSymbols
[all...]

Completed in 776 milliseconds