HomeSort by relevance Sort by last modified time
    Searched defs:DateFormatSymbols (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 23 import java.text.DateFormatSymbols;
31 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale);
32 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs);
49 DateFormatSymbols originalDfs = new DateFormatSymbols(pl);
58 DateFormatSymbols deserializedDfs = (DateFormatSymbols) in.readObject();
73 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
  /external/chromium/third_party/icu/source/i18n/
dtfmtsym.cpp 41 // class DateFormatSymbols
171 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
207 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
214 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
221 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
229 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status
    [all...]
  /external/icu4c/i18n/
dtfmtsym.cpp 42 // class DateFormatSymbols
173 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
209 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
216 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
223 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
231 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 34 * {@code DateFormatSymbols} to encapsulate this information.
36 * <p>Typically you shouldn't use {@code DateFormatSymbols} directly. Rather, you
40 * {@code DateFormatSymbols} for the formatter so that you don't have to. After
45 * <p>Direct use of {@code DateFormatSymbols} is likely to be less efficient
52 public class DateFormatSymbols implements Serializable, Cloneable {
91 * Constructs a new {@code DateFormatSymbols} instance containing the
95 public DateFormatSymbols() {
100 * Constructs a new {@code DateFormatSymbols} instance containing the
106 public DateFormatSymbols(Locale locale) {
125 * Returns a new {@code DateFormatSymbols} instance for the user's default locale
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
dtfmtsym.h 44 * DateFormatSymbols is a public class for encapsulating localizable date-time
45 * formatting data -- including timezone data. DateFormatSymbols is used by
48 * Rather than first creating a DateFormatSymbols to get a date-time formatter
60 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
63 * DateFormatSymbols objects are clonable. When clients obtain a
64 * DateFormatSymbols object, they can feel free to modify the date-time
70 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
80 class U_I18N_API DateFormatSymbols : public UObject {
83 * Construct a DateFormatSymbols object by loading format data from
95 DateFormatSymbols(UErrorCode& status)
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 44 * DateFormatSymbols is a public class for encapsulating localizable date-time
45 * formatting data -- including timezone data. DateFormatSymbols is used by
48 * Rather than first creating a DateFormatSymbols to get a date-time formatter
60 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
63 * DateFormatSymbols objects are clonable. When clients obtain a
64 * DateFormatSymbols object, they can feel free to modify the date-time
70 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
80 class U_I18N_API DateFormatSymbols : public UObject {
83 * Construct a DateFormatSymbols object by loading format data from
95 DateFormatSymbols(UErrorCode& status)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 4095 milliseconds