Lines Matching refs:tzID
866 UnicodeString tzID(tzIDBuf, 0, UPRV_LENGTHOF(tzIDBuf)); in parse() local
975 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
976 U_ASSERT(!tzID.isEmpty()); in parse()
977 return TimeZone::createTimeZone(tzID); in parse()
1008 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
1009 U_ASSERT(!tzID.isEmpty()); in parse()
1010 return TimeZone::createTimeZone(tzID); in parse()
1043 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status); in parse()
1055 U_ASSERT(!tzID.isEmpty()); in parse()
1056 return TimeZone::createTimeZone(tzID); in parse()
1066 parseZoneID(text, tmpPos, tzID); in parse()
1069 return TimeZone::createTimeZone(tzID); in parse()
1078 parseShortZoneID(text, tmpPos, tzID); in parse()
1081 return TimeZone::createTimeZone(tzID); in parse()
1090 parseExemplarLocation(text, tmpPos, tzID); in parse()
1093 return TimeZone::createTimeZone(tzID); in parse()
1263 … genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, tt, status); in parse()
1272 parsedID.setTo(tzID); in parse()
1283 parseZoneID(text, tmpPos, tzID); in parse()
1286 parsedID.setTo(tzID); in parse()
1296 parseShortZoneID(text, tmpPos, tzID); in parse()
1299 parsedID.setTo(tzID); in parse()
2715 …ZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const { in getTimeZoneID()
2716 if (!matches->getTimeZoneIDAt(idx, tzID)) { in getTimeZoneID()
2720 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID); in getTimeZoneID()
2723 return tzID; in getTimeZoneID()
2796 TimeZoneFormat::parseZoneID(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID) con… in parseZoneID()
2802 tzID.setToBogus(); in parseZoneID()
2809 tzID.setTo(handler->getID(), -1); in parseZoneID()
2819 return tzID; in parseZoneID()
2846 TimeZoneFormat::parseShortZoneID(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID… in parseShortZoneID()
2852 tzID.setToBogus(); in parseShortZoneID()
2859 tzID.setTo(handler->getID(), -1); in parseShortZoneID()
2869 return tzID; in parseShortZoneID()
2874 …::parseExemplarLocation(const UnicodeString& text, ParsePosition& pos, UnicodeString& tzID) const { in parseExemplarLocation()
2877 tzID.setToBogus(); in parseExemplarLocation()
2883 return tzID; in parseExemplarLocation()
2895 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID); in parseExemplarLocation()
2899 if (tzID.length() == 0) { in parseExemplarLocation()
2903 return tzID; in parseExemplarLocation()