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

  /external/icu/icu4c/source/test/intltest/
dtfmapts.cpp 113 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); local
114 if (sdtfmt != NULL)
117 sdtfmt->set2DigitYearStart(start + 50*ONE_YEAR, status);
dtfmttst.cpp 598 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
599 if (sdtfmt != NULL) {
600 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
1015 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 549 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df); local
551 if (sdtfmt!=NULL) {
553 sdtfmt->toLocalizedPattern(res, *status);
555 sdtfmt->toPattern(res);
597 const SimpleDateFormat* sdtfmt; local
599 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
600 syms = sdtfmt->getDateFormatSymbols();
744 const SimpleDateFormat* sdtfmt; local
746 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
747 syms = sdtfmt->getDateFormatSymbols()
    [all...]
msgfmt.cpp 1728 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt); local
    [all...]

Completed in 169 milliseconds