Home
last modified time | relevance | path

Searched refs:fTimeZoneNames (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp286 const TimeZoneNames* fTimeZoneNames; member in TZGNCore
333 fTimeZoneNames(NULL), in TZGNCore()
356 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in initialize()
453 if (fTimeZoneNames != NULL) { in cleanup()
454 delete fTimeZoneNames; in cleanup()
573 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName()
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
636 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName()
700 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName()
711 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
[all …]
Dtzfmt.cpp311 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
336 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
410 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
421 delete fTimeZoneNames; in ~TimeZoneFormat()
435 delete fTimeZoneNames; in operator =()
444 fTimeZoneNames = other.fTimeZoneNames->clone(); in operator =()
481 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; in operator ==()
516 return (const TimeZoneNames*)fTimeZoneNames; in getTimeZoneNames()
521 delete fTimeZoneNames; in adoptTimeZoneNames()
522 fTimeZoneNames = tznames; in adoptTimeZoneNames()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h683 TimeZoneNames* fTimeZoneNames; variable