Home | History | Annotate | Download | only in i18n

Lines Matching refs:fTimeZoneNames

317 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL),
342 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
416 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL),
427 delete fTimeZoneNames;
441 delete fTimeZoneNames;
450 fTimeZoneNames = other.fTimeZoneNames->clone();
487 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
497 // if fTimeZoneNames is same, fTimeZoneGenericNames should
522 return (const TimeZoneNames*)fTimeZoneNames;
527 delete fTimeZoneNames;
528 fTimeZoneNames = tznames;
535 delete fTimeZoneNames;
536 fTimeZoneNames = tznames.clone();
950 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
1200 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
1354 if (fTimeZoneNames == NULL) {
1369 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), dstType, date, name);
1371 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), stdType, date, name);
1424 fTimeZoneNames->getExemplarLocationName(UnicodeString(TRUE, canonicalID, -1), location);
1430 fTimeZoneNames->getExemplarLocationName(UnicodeString(TRUE, UNKNOWN_ZONE_ID, -1), location);
2715 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID);
2875 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));