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

/dalvik/libcore/text/src/main/java/java/text/
H A DDateFormatSymbols.java38 * {@code DateFormatSymbols} to encapsulate this information.
40 * Typically you shouldn't use {@code DateFormatSymbols} directly. Rather, you
44 * {@code DateFormatSymbols} for the formatter so that you don't have to. After
54 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
59 * {@code DateFormatSymbols} objects can be cloned. When you obtain a
60 * {@code DateFormatSymbols} object, feel free to modify the date/time
65 * New {@code DateFormatSymbols} subclasses may be added to support
71 public class DateFormatSymbols implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
85 // transient private com.ibm.icu4jni.text.DateFormatSymbols icuSymbols;
110 * Constructs a new {@code DateFormatSymbols} instanc
113 public DateFormatSymbols() { method in class:DateFormatSymbols
124 public DateFormatSymbols(Locale locale) { method in class:DateFormatSymbols
[all...]

Completed in 184 milliseconds