Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dtzfmt.cpp311 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), fDefParseOptionFlags(0) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
409 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL) { in TimeZoneFormat()
420 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
433 delete fTimeZoneGenericNames; in operator =()
434 fTimeZoneGenericNames = NULL; in operator =()
440 if (other.fTimeZoneGenericNames) { in operator =()
442 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1307 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()
1309 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1313 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp311 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), fDefParseOptionFlags(0) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
409 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL) { in TimeZoneFormat()
420 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
433 delete fTimeZoneGenericNames; in operator =()
434 fTimeZoneGenericNames = NULL; in operator =()
440 if (other.fTimeZoneGenericNames) { in operator =()
442 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1307 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()
1309 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1313 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h674 TimeZoneGenericNames* fTimeZoneGenericNames; variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dtzfmt.h683 TimeZoneGenericNames* fTimeZoneGenericNames; variable