Home | History | Annotate | Download | only in i18n

Lines Matching refs:dtfmt

83     ((SimpleDateFormat*)dtfmt)->toPattern(pat);
431 SimpleDateFormat* dtfmt = createSDFPatternInstance(*skeleton, locale,
436 delete dtfmt;
439 if ( dtfmt == NULL || dtItvInfo == NULL || fDtpng == NULL ) {
442 delete dtfmt;
451 fDateFormat = dtfmt;
452 if ( dtfmt->getCalendar() ) {
453 fFromCalendar = dtfmt->getCalendar()->clone();
454 fToCalendar = dtfmt->getCalendar()->clone();
477 SimpleDateFormat* dtfmt = new SimpleDateFormat(pattern, locale, status);
479 delete dtfmt;
482 return dtfmt;