HomeSort by relevance Sort by last modified time
    Searched defs:DateFormatSymbols (Results 1 - 25 of 25) 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);
50 // the DateFormatSymbols after deserialization. See http://b/16502916
55 DateFormatSymbols originalDfs = new DateFormatSymbols(pl);
64 DateFormatSymbols deserializedDfs = (DateFormatSymbols) in.readObject();
79 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs)
    [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/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 35 * {@code DateFormatSymbols} to encapsulate this information.
37 * <p>Typically you shouldn't use {@code DateFormatSymbols} directly. Rather, you
41 * {@code DateFormatSymbols} for the formatter so that you don't have to. After
46 * <p>Direct use of {@code DateFormatSymbols} is likely to be less efficient
53 public class DateFormatSymbols implements Serializable, Cloneable {
87 * Constructs a new {@code DateFormatSymbols} instance containing the
91 public DateFormatSymbols() {
96 * Constructs a new {@code DateFormatSymbols} instance containing the
102 public DateFormatSymbols(Locale locale) {
116 * Returns a new {@code DateFormatSymbols} instance for the user's default locale
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 42 // class DateFormatSymbols
150 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
194 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
201 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
208 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
216 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 43 * DateFormatSymbols is a public class for encapsulating localizable date-time
44 * formatting data -- including timezone data. DateFormatSymbols is used by
47 * Rather than first creating a DateFormatSymbols to get a date-time formatter
59 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
62 * DateFormatSymbols objects are clonable. When clients obtain a
63 * DateFormatSymbols object, they can feel free to modify the date-time
69 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
79 class U_I18N_API DateFormatSymbols : public UObject {
82 * Construct a DateFormatSymbols object by loading format data from
94 DateFormatSymbols(UErrorCode& status)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
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 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 588 milliseconds