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 =()
3929 delete fTimeZoneFormat; in adoptTimeZoneFormat()
3930 fTimeZoneFormat = timeZoneFormatToAdopt; in adoptTimeZoneFormat()
3937 delete fTimeZoneFormat; in setTimeZoneFormat()
3938 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat()
4190 if (fTimeZoneFormat == NULL) { in tzFormat()
4193 if (fTimeZoneFormat == NULL) { in tzFormat()
4199 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()
4204 return fTimeZoneFormat; in tzFormat()