Home
last modified time | relevance | path

Searched refs:fTimeZoneGenericNames (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp313 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
412 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
424 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
438 delete fTimeZoneGenericNames; in operator =()
439 fTimeZoneGenericNames = NULL; in operator =()
447 if (other.fTimeZoneGenericNames) { in operator =()
449 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1383 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()
1385 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1389 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h685 TimeZoneGenericNames* fTimeZoneGenericNames; variable