Lines Matching refs:fTimeZoneFormat
363 if (fTimeZoneFormat) { in ~SimpleDateFormat()
364 delete fTimeZoneFormat; in ~SimpleDateFormat()
377 fTimeZoneFormat(NULL), in SimpleDateFormat()
393 fTimeZoneFormat(NULL), in SimpleDateFormat()
414 fTimeZoneFormat(NULL), in SimpleDateFormat()
437 fTimeZoneFormat(NULL), in SimpleDateFormat()
460 fTimeZoneFormat(NULL), in SimpleDateFormat()
486 fTimeZoneFormat(NULL), in SimpleDateFormat()
508 fTimeZoneFormat(NULL), in SimpleDateFormat()
531 fTimeZoneFormat(NULL), in SimpleDateFormat()
554 fTimeZoneFormat(NULL), in SimpleDateFormat()
590 fTimeZoneFormat(NULL), in SimpleDateFormat()
623 delete fTimeZoneFormat; in operator =()
624 fTimeZoneFormat = NULL; // forces lazy instantiation with the other locale in operator =()
3517 delete fTimeZoneFormat; in adoptTimeZoneFormat()
3518 fTimeZoneFormat = timeZoneFormatToAdopt; in adoptTimeZoneFormat()
3525 delete fTimeZoneFormat; in setTimeZoneFormat()
3526 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat()
3778 if (fTimeZoneFormat == NULL) { in tzFormat()
3781 if (fTimeZoneFormat == NULL) { in tzFormat()
3788 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()
3793 return fTimeZoneFormat; in tzFormat()