Lines Matching refs:fTimeZoneFormat
333 if (fTimeZoneFormat) { in ~SimpleDateFormat()
334 delete fTimeZoneFormat; in ~SimpleDateFormat()
348 fTimeZoneFormat(NULL), in SimpleDateFormat()
364 fTimeZoneFormat(NULL), in SimpleDateFormat()
385 fTimeZoneFormat(NULL), in SimpleDateFormat()
408 fTimeZoneFormat(NULL), in SimpleDateFormat()
431 fTimeZoneFormat(NULL), in SimpleDateFormat()
457 fTimeZoneFormat(NULL), in SimpleDateFormat()
479 fTimeZoneFormat(NULL), in SimpleDateFormat()
502 fTimeZoneFormat(NULL), in SimpleDateFormat()
525 fTimeZoneFormat(NULL), in SimpleDateFormat()
561 fTimeZoneFormat(NULL), in SimpleDateFormat()
598 delete fTimeZoneFormat; in operator =()
599 fTimeZoneFormat = NULL; in operator =()
600 if (other.fTimeZoneFormat) { in operator =()
601 fTimeZoneFormat = new TimeZoneFormat(*other.fTimeZoneFormat); in operator =()
4049 delete fTimeZoneFormat; in adoptTimeZoneFormat()
4050 fTimeZoneFormat = timeZoneFormatToAdopt; in adoptTimeZoneFormat()
4057 delete fTimeZoneFormat; in setTimeZoneFormat()
4058 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat()
4311 if (fTimeZoneFormat == NULL) { in tzFormat()
4314 if (fTimeZoneFormat == NULL) { in tzFormat()
4320 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()
4325 return fTimeZoneFormat; in tzFormat()