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

  /external/icu4c/i18n/
udat.cpp 384 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df); local
386 if (sdtfmt!=NULL) {
388 sdtfmt->toLocalizedPattern(res, *status);
390 sdtfmt->toPattern(res);
432 const SimpleDateFormat* sdtfmt; local
434 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
435 syms = sdtfmt->getDateFormatSymbols();
547 const SimpleDateFormat* sdtfmt; local
549 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
550 syms = sdtfmt->getDateFormatSymbols()
    [all...]
msgfmt.cpp 1608 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt); local
    [all...]
  /external/icu4c/test/intltest/
dtfmapts.cpp 111 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); local
112 if (sdtfmt != NULL)
115 sdtfmt->set2DigitYearStart(start + 50*ONE_YEAR, status);
dtfmttst.cpp 535 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
536 if (sdtfmt != NULL) {
537 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
952 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
    [all...]

Completed in 138 milliseconds