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

1 2

  /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 115 final DateFormatSymbols syms = pat.getDateFormatSymbols();
118 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) {
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 111 final DateFormatSymbols syms = pat.getDateFormatSymbols();
114 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) {
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.h 234 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
udat.cpp 598 syms = sdtfmt->getDateFormatSymbols();
600 syms = rdtfmt->getDateFormatSymbols();
745 syms = sdtfmt->getDateFormatSymbols();
747 syms = rdtfmt->getDateFormatSymbols();
    [all...]
reldtfmt.cpp 422 RelativeDateFormat::getDateFormatSymbols() const
424 return fDateTimeFormatter->getDateFormatSymbols();
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 178 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
184 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
189 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) {
loctest.cpp     [all...]
dtfmttst.cpp     [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 134 public DateFormatSymbols getDateFormatSymbols() {
135 return DateFormatSymbolsICU.wrap(fIcuSdf.getDateFormatSymbols());
163 icuDfs = fIcuSdf.getDateFormatSymbols();
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 390 public DateFormatSymbols getDateFormatSymbols() {
391 return new DateFormatSymbols(((java.text.SimpleDateFormat)dateFormat).getDateFormatSymbols());
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
SimpleDateFormatTest.java 184 * Test method for 'com.ibm.icu.text.SimpleDateFormat.getDateFormatSymbols()'
189 assertEquals(dfs, sdf.getDateFormatSymbols());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.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...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 125 return ((SimpleDateFormat) parent).getDateFormatSymbols();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 121 return ((SimpleDateFormat) parent).getDateFormatSymbols();
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 

Completed in 3107 milliseconds

1 2