Lines Matching refs:fTimeZoneNames
320 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
348 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
422 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
433 delete fTimeZoneNames; in ~TimeZoneFormat()
447 delete fTimeZoneNames; in operator =()
456 fTimeZoneNames = other.fTimeZoneNames->clone(); in operator =()
493 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; in operator ==()
528 return (const TimeZoneNames*)fTimeZoneNames; in getTimeZoneNames()
533 delete fTimeZoneNames; in adoptTimeZoneNames()
534 fTimeZoneNames = tznames; in adoptTimeZoneNames()
541 delete fTimeZoneNames; in setTimeZoneNames()
542 fTimeZoneNames = tznames.clone(); in setTimeZoneNames()
955 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse()
1205 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse()
1359 if (fTimeZoneNames == NULL) { in formatSpecific()
1374 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), dstType, date, name); in formatSpecific()
1376 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name); in formatSpecific()
1429 fTimeZoneNames->getExemplarLocationName(UnicodeString(TRUE, canonicalID, -1), location); in formatExemplarLocation()
1435 fTimeZoneNames->getExemplarLocationName(UnicodeString(TRUE, UNKNOWN_ZONE_ID, -1), location); in formatExemplarLocation()
2720 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID); in getTimeZoneID()
2880 …LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startI… in parseExemplarLocation()