Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzID

55     const UChar* tzID;
65 // <tzID>&<mzID>#[L|S]
67 UnicodeString str(p->tzID);
89 // We just check identity of tzID/mzID
90 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);
106 const UChar* tzID;
160 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const {
162 if (minfo != NULL && minfo->gnameInfo->tzID != NULL) {
163 tzID.setTo(TRUE, minfo->gnameInfo->tzID, -1);
165 tzID.setToBogus();
167 return tzID;
378 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
379 if (tzID != NULL) {
380 loadStrings(UnicodeString(tzID));
547 nameinfo->tzID = cacheID;
567 UnicodeString tzID(uID);
571 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
579 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
642 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
668 if (!goldenID.isEmpty() && goldenID != tzID) {
681 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
731 key.tzID = ZoneMeta::findTimeZoneID(tzCanonicalID);
734 U_ASSERT(key.tzID != NULL && key.mzID != NULL);
787 cacheKey->tzID = key.tzID;
798 nameinfo->tzID = key.tzID;
854 UnicodeString& tzID, UTimeZoneTimeType& timeType, UErrorCode& status) const {
856 tzID.setToBogus();
909 //tzID.setTo(bestMatchTzID);
918 tzID.setTo(bestMatchTzID);
950 tzID.setTo(bestMatchTzID);
997 const UnicodeString *tzID;
998 while ((tzID = tzIDs->snext(status))) {
1002 nonConstThis->loadStrings(*tzID);