HomeSort by relevance Sort by last modified time
    Searched refs:getDateFormatSymbols (Results 1 - 25 of 62) sorted by null

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatTest.java 79 assertEquals(f2.getDateFormatSymbols(), new DateFormatSymbols());
96 assertTrue("Wrong symbols1", f2.getDateFormatSymbols().equals(
105 assertTrue("Wrong symbols2", f2.getDateFormatSymbols().equals(
114 assertTrue("Wrong symbols3", f2.getDateFormatSymbols().equals(
123 assertTrue("Wrong symbols4", f2.getDateFormatSymbols().equals(
144 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
152 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
160 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
168 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
191 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals
    [all...]
SimpleDateFormatTest.java 52 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(new DateFormatSymbols()));
62 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(new DateFormatSymbols()));
90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
112 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
517 // java.text.SimpleDateFormat.getDateFormatSymbols()
519 DateFormatSymbols dfs = df.getDateFormatSymbols();
520 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols());
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 119 final DateFormatSymbols syms = pat.getDateFormatSymbols();
122 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) {
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 116 final DateFormatSymbols syms = pat.getDateFormatSymbols();
119 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) {
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.h 236 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
udat.cpp 600 syms = sdtfmt->getDateFormatSymbols();
602 syms = rdtfmt->getDateFormatSymbols();
747 syms = sdtfmt->getDateFormatSymbols();
749 syms = rdtfmt->getDateFormatSymbols();
    [all...]
reldtfmt.cpp 412 RelativeDateFormat::getDateFormatSymbols() const
414 return fDateTimeFormatter->getDateFormatSymbols();
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 180 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
186 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
191 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) {
loctest.cpp     [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 188 DateFormatSymbols symbols = getDateFormatSymbols(id, locale);
212 private static DateFormatSymbols getDateFormatSymbols(String id, Locale locale) {
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 136 public DateFormatSymbols getDateFormatSymbols() {
137 return DateFormatSymbolsICU.wrap(fIcuSdf.getDateFormatSymbols());
165 icuDfs = fIcuSdf.getDateFormatSymbols();
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 392 public DateFormatSymbols getDateFormatSymbols() {
393 return new DateFormatSymbols(((java.text.SimpleDateFormat)dateFormat).getDateFormatSymbols());
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
SimpleDateFormatTest.java 186 * Test method for 'com.ibm.icu.text.SimpleDateFormat.getDateFormatSymbols()'
191 assertEquals(dfs, sdf.getDateFormatSymbols());
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 685 DateFormatSymbols dfs = dateFormat.getDateFormatSymbols();
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 133 return ((SimpleDateFormat) parent).getDateFormatSymbols();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 130 return ((SimpleDateFormat) parent).getDateFormatSymbols();
    [all...]

Completed in 1629 milliseconds

1 2 3