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

  /external/chromium/third_party/icu/source/test/intltest/
sdtfmtts.cpp 176 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
182 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
187 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) {
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
sdtfmtts.cpp 176 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
182 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
187 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) {
loctest.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
116 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
469 DateFormatSymbols newSym = f1.getDateFormatSymbols();
471 assertTrue("Not a clone", f1.getDateFormatSymbols() != symbols);
476 assertTrue("Identical symbols", !f1.getDateFormatSymbols().equals(
  /external/chromium/third_party/icu/public/i18n/unicode/
smpdtfmt.h 606 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 676 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
udat.cpp 345 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
459 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
745 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
udat.cpp 389 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
503 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
789 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();
smpdtfmt.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 219 milliseconds