Lines Matching refs:fTimeZoneFormat
325 if (fTimeZoneFormat) { in ~SimpleDateFormat()
326 delete fTimeZoneFormat; in ~SimpleDateFormat()
340 fTimeZoneFormat(NULL), in SimpleDateFormat()
356 fTimeZoneFormat(NULL), in SimpleDateFormat()
377 fTimeZoneFormat(NULL), in SimpleDateFormat()
400 fTimeZoneFormat(NULL), in SimpleDateFormat()
423 fTimeZoneFormat(NULL), in SimpleDateFormat()
449 fTimeZoneFormat(NULL), in SimpleDateFormat()
471 fTimeZoneFormat(NULL), in SimpleDateFormat()
494 fTimeZoneFormat(NULL), in SimpleDateFormat()
517 fTimeZoneFormat(NULL), in SimpleDateFormat()
553 fTimeZoneFormat(NULL), in SimpleDateFormat()
588 delete fTimeZoneFormat; in operator =()
589 fTimeZoneFormat = NULL; // forces lazy instantiation with the other locale in operator =()
3981 delete fTimeZoneFormat; in adoptTimeZoneFormat()
3982 fTimeZoneFormat = timeZoneFormatToAdopt; in adoptTimeZoneFormat()
3989 delete fTimeZoneFormat; in setTimeZoneFormat()
3990 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat()
4243 if (fTimeZoneFormat == NULL) { in tzFormat()
4246 if (fTimeZoneFormat == NULL) { in tzFormat()
4252 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()
4257 return fTimeZoneFormat; in tzFormat()