HomeSort by relevance Sort by last modified time
    Searched defs:DateFormatSymbols (Results 1 - 21 of 21) 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();
71 // contain the locale or the necessary strings. Don't serialize DateFormatSymbols, folks!
76 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs)
    [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 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 {
89 * Constructs a new {@code DateFormatSymbols} instance containing the
93 public DateFormatSymbols() {
98 * Constructs a new {@code DateFormatSymbols} instance containing the
104 public DateFormatSymbols(Locale locale) {
118 * Returns a new {@code DateFormatSymbols} instance for the user's default locale
    [all...]
  /external/icu4c/i18n/
dtfmtsym.cpp 42 // class DateFormatSymbols
149 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
192 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
199 DateFormatSymbols::DateFormatSymbols(UErrorCode& status)
206 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
214 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status
    [all...]
  /external/icu4c/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/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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /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 
  /prebuilts/sdk/current/
android.jar 

Completed in 393 milliseconds