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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatSymbolsTest.java 23 import java.text.DateFormatSymbols;
29 private DateFormatSymbols dfs;
32 * @tests java.text.DateFormatSymbols#DateFormatSymbols()
35 // Test for method java.text.DateFormatSymbols()
37 new DateFormatSymbols();
41 * @tests java.text.DateFormatSymbols#DateFormatSymbols(java.util.Locale)
44 // Test for method java.text.DateFormatSymbols(java.util.Locale)
45 new DateFormatSymbols(new Locale("en", "us"))
    [all...]
DateFormatTest.java 20 import java.text.DateFormatSymbols;
79 assertEquals(f2.getDateFormatSymbols(), new DateFormatSymbols());
97 new DateFormatSymbols()));
106 new DateFormatSymbols()));
115 new DateFormatSymbols()));
124 new DateFormatSymbols()));
145 new DateFormatSymbols(Locale.GERMAN)));
153 new DateFormatSymbols(Locale.GERMAN)));
161 new DateFormatSymbols(Locale.GERMAN)));
169 new DateFormatSymbols(Locale.GERMAN)))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 19 * {@icuenhanced java.text.DateFormatSymbols}.{@icu _usage_}
21 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
25 * <code>DateFormatSymbols</code> to encapsulate this information.
27 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
31 * These methods automatically create a <code>DateFormatSymbols</code> for
42 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
46 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
47 * a <code>DateFormatSymbols</code> object, feel free to modify the
53 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
62 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 24 import java.text.DateFormatSymbols;
42 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale);
43 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs);
59 // the DateFormatSymbols after deserialization. See http://b/16502916
64 DateFormatSymbols originalDfs = new DateFormatSymbols(pl);
73 DateFormatSymbols deserializedDfs = (DateFormatSymbols) in.readObject();
88 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs)
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 52 // class DateFormatSymbols
195 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
247 DateFormatSymbols * U_EXPORT2
248 DateFormatSymbols::createForLocale(
255 DateFormatSymbols *result = new DateFormatSymbols(shared->get());
264 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
271 DateFormatSymbols::DateFormatSymbols(UErrorCode& status
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormatSymbols.java 58 * <code>DateFormatSymbols</code> is a public class for encapsulating
62 * <code>DateFormatSymbols</code> to encapsulate this information.
65 * Typically you shouldn't use <code>DateFormatSymbols</code> directly.
69 * These methods automatically create a <code>DateFormatSymbols</code> for
81 * new SimpleDateFormat(aPattern, DateFormatSymbols.getInstance(aLocale)).
86 * <code>DateFormatSymbols</code> objects are cloneable. When you obtain
87 * a <code>DateFormatSymbols</code> object, feel free to modify the
94 * New <code>DateFormatSymbols</code> subclasses may be added to support
102 public class DateFormatSymbols implements Serializable, Cloneable {
107 * Construct a DateFormatSymbols object by loading format data fro
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 45 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DateFormatSymbols}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
47 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
51 * <code>DateFormatSymbols</code> to encapsulate this information.
53 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
57 * These methods automatically create a <code>DateFormatSymbols</code> for
68 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
72 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
73 * a <code>DateFormatSymbols</code> object, feel free to modify the
79 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
87 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 44 * {@icuenhanced java.text.DateFormatSymbols}.{@icu _usage_}
46 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
50 * <code>DateFormatSymbols</code> to encapsulate this information.
52 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
56 * These methods automatically create a <code>DateFormatSymbols</code> for
67 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
71 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
72 * a <code>DateFormatSymbols</code> object, feel free to modify the
78 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
87 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 276 milliseconds

1 2