Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp320 : fLocale(locale), fTimeZoneNames(nullptr), fTimeZoneGenericNames(nullptr), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
422 : Format(other), fTimeZoneNames(nullptr), fTimeZoneGenericNames(nullptr), in TimeZoneFormat()
434 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
448 delete fTimeZoneGenericNames; in operator =()
449 fTimeZoneGenericNames = nullptr; in operator =()
457 if (other.fTimeZoneGenericNames) { in operator =()
459 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1392 if (fTimeZoneGenericNames == nullptr) { in getTimeZoneGenericNames()
1394 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1398 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp320 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
422 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
434 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
448 delete fTimeZoneGenericNames; in operator =()
449 fTimeZoneGenericNames = NULL; in operator =()
457 if (other.fTimeZoneGenericNames) { in operator =()
459 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1392 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()
1394 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1398 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp320 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
422 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
434 delete fTimeZoneGenericNames; in ~TimeZoneFormat()
448 delete fTimeZoneGenericNames; in operator =()
449 fTimeZoneGenericNames = NULL; in operator =()
457 if (other.fTimeZoneGenericNames) { in operator =()
459 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone(); in operator =()
1392 if (fTimeZoneGenericNames == NULL) { in getTimeZoneGenericNames()
1394 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1398 return fTimeZoneGenericNames; in getTimeZoneGenericNames()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtzfmt.h687 TimeZoneGenericNames* fTimeZoneGenericNames; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzfmt.h687 TimeZoneGenericNames* fTimeZoneGenericNames; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dtzfmt.h687 TimeZoneGenericNames* fTimeZoneGenericNames; variable