Home | History | Annotate | Download | only in i18n

Lines Matching defs:tzID

684     UnicodeString tzID;
753 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID);
754 U_ASSERT(!tzID.isEmpty());
755 return TimeZone::createTimeZone(tzID);
786 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, parsedTimeType, status);
798 U_ASSERT(!tzID.isEmpty());
799 return TimeZone::createTimeZone(tzID);
908 genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, parsedTimeType, status);
923 U_ASSERT(!tzID.isEmpty());
924 return TimeZone::createTimeZone(tzID);
931 getTimeZoneID(spAllMatches.getAlias(), spMatchIdx, tzID);
932 U_ASSERT(!tzID.isEmpty());
933 return TimeZone::createTimeZone(tzID);
2129 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2130 if (!matches->getTimeZoneIDAt(idx, tzID)) {
2133 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID);
2136 return tzID;