Lines Matching refs:TimeZoneNames
335 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
507 const TimeZoneNames*
509 return (const TimeZoneNames*)fTimeZoneNames;
513 TimeZoneFormat::adoptTimeZoneNames(TimeZoneNames *tznames) {
521 TimeZoneFormat::setTimeZoneNames(const TimeZoneNames &tznames) {
922 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
1136 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
2579 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2758 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));