Searched refs:fTimeZoneGenericNames (Results 1 – 2 of 2) sorted by relevance
311 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()410 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()422 delete fTimeZoneGenericNames; in ~TimeZoneFormat()436 delete fTimeZoneGenericNames; in operator =()437 fTimeZoneGenericNames = NULL; in operator =()445 if (other.fTimeZoneGenericNames) { in operator =()447 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()1381 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()1383 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()1387 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
686 TimeZoneGenericNames* fTimeZoneGenericNames; variable