Home | History | Annotate | Download | only in i18n

Lines Matching refs:fDateFormat

117     fDateFormat(NULL),
130 fDateFormat(NULL),
144 delete fDateFormat;
151 if ( itvfmt.fDateFormat ) {
152 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone();
154 fDateFormat = NULL;
187 delete fDateFormat;
211 equal = (*fDateFormat == *fmt->fDateFormat);
224 fDateFormat &&
225 ( *fDateFormat == *fmt->fDateFormat ) &&
281 fDateFormat != NULL && fInfo != NULL ) {
344 return fDateFormat->format(fromCalendar, appendTo, pos);
356 if ( fDateFormat->isFieldUnitIgnored(field) ) {
361 return fDateFormat->format(fromCalendar, appendTo, pos);
371 fDateFormat->toPattern(originalPattern);
372 fDateFormat->applyPattern(intervalPattern.secondPart);
374 fDateFormat->applyPattern(originalPattern);
389 fDateFormat->toPattern(originalPattern);
390 fDateFormat->applyPattern(intervalPattern.firstPart);
391 fDateFormat->format(*firstCal, appendTo, pos);
393 fDateFormat->applyPattern(intervalPattern.secondPart);
396 fDateFormat->format(*secondCal, appendTo, otherPos);
401 fDateFormat->applyPattern(originalPattern);
439 if ( fDateFormat ) {
448 return fDateFormat;
455 if (fDateFormat != NULL) {
456 fDateFormat->adoptTimeZone(zone);
458 // The fDateFormat has the master calendar for the DateIntervalFormat and has
473 if (fDateFormat != NULL) {
474 fDateFormat->setTimeZone(zone);
476 // The fDateFormat has the master calendar for the DateIntervalFormat;
489 if (fDateFormat != NULL) {
490 return fDateFormat->getTimeZone();
492 // If fDateFormat is NULL (unexpected), create default timezone.
501 fDateFormat(NULL),
533 fDateFormat = dtfmt;
603 const Locale& locale = fDateFormat->getSmpFmtLocale();
606 fDateFormat->toPattern(fullPattern);
1361 UnicodeString fullPattern; // for saving the pattern in fDateFormat
1366 fDateFormat->toPattern(fullPattern); // save current pattern, restore later
1367 fDateFormat->applyPattern(*fTimePattern);
1372 fDateFormat->format(fromCalendar, *earlierDate, pos);
1374 fDateFormat->format(toCalendar, *laterDate, otherPos);
1386 fDateFormat->applyPattern(*fDatePattern);
1390 fDateFormat->format(fromCalendar, *datePortion, otherPos);
1402 fDateFormat->applyPattern(fullPattern);