Searched defs:sdtfmt (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Dreldtfmt.cpp291 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fDateFormat); local
292 if (sdtfmt != NULL) {
293 sdtfmt->toPattern(result);
308 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fTimeFormat); local
309 if (sdtfmt != NULL) {
310 sdtfmt->toPattern(result);
323 SimpleDateFormat* sdtfmt = NULL; local
325 if (fDateFormat && (sdtfmt = dynamic_cast<SimpleDateFormat*>(fDateFormat)) == NULL) {
334 sdtfmt->applyPattern(datePattern);
345 SimpleDateFormat* sdtfmt local
[all...]
H A Dudat.cpp341 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df); local
343 if (sdtfmt!=NULL) {
345 sdtfmt->toLocalizedPattern(res, *status);
347 sdtfmt->toPattern(res);
389 const SimpleDateFormat* sdtfmt; local
391 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
392 syms = sdtfmt->getDateFormatSymbols();
504 const SimpleDateFormat* sdtfmt; local
506 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
507 syms = sdtfmt
[all...]
H A Dmsgfmt.cpp1597 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt); local
1598 if (sdtfmt != NULL) {
1599 sdtfmt->applyPattern(style);
/external/icu4c/test/intltest/
H A Ddtfmapts.cpp111 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); local
112 if (sdtfmt != NULL)
115 sdtfmt->set2DigitYearStart(start + 50*ONE_YEAR, status);
H A Ddtfmttst.cpp414 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
415 if (sdtfmt != NULL) {
416 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
831 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
832 if (sdtfmt != NULL) {
833 sdtfmt->toPattern(pattern);

Completed in 354 milliseconds