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

  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 23 import java.text.DateFormatSymbols;
33 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale);
34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs);
51 DateFormatSymbols originalDfs = new DateFormatSymbols(pl);
60 DateFormatSymbols deserializedDfs = (DateFormatSymbols) in.readObject();
75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
87 String[][] originalZoneStrings = DateFormatSymbols.getInstance(Locale.US).getZoneStrings()
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 25 import java.text.DateFormatSymbols;
34 private DateFormatSymbols dfs;
37 * @tests java.text.DateFormatSymbols#DateFormatSymbols()
40 // Test for method java.text.DateFormatSymbols()
42 new DateFormatSymbols();
46 * @tests java.text.DateFormatSymbols#DateFormatSymbols(java.util.Locale)
49 // Test for method java.text.DateFormatSymbols(java.util.Locale)
50 new DateFormatSymbols(new Locale("en", "us"))
    [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/icu4c/i18n/
dtfmtsym.cpp 42 // class DateFormatSymbols
174 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
211 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
218 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
225 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
233 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 42 * DateFormatSymbols is a public class for encapsulating localizable date-time
43 * formatting data -- including timezone data. DateFormatSymbols is used by
46 * Rather than first creating a DateFormatSymbols to get a date-time formatter
58 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
61 * DateFormatSymbols objects are clonable. When clients obtain a
62 * DateFormatSymbols object, they can feel free to modify the date-time
68 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
78 class U_I18N_API DateFormatSymbols : public UObject {
81 * Construct a DateFormatSymbols object by loading format data from
93 DateFormatSymbols(UErrorCode& status)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 270 milliseconds