Lines Matching defs:tzid
46 static const UChar ICAL_TZID[] = {0x54, 0x5A, 0x49, 0x44, 0}; /* "TZID" */
356 * Create a default TZNAME from TZID
358 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 zonename = tzid;
1357 UnicodeString tzid;
1414 tzid = value;
1427 // tzid must be ready at this point
1428 if (tzid.length() == 0) {
1498 // if zonename is not available, create one from tzid
1500 getDefaultTZName(tzid, dst, zonename);
1585 getDefaultTZName(tzid, FALSE, zonename);
1594 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1700 setID(tzid);
1778 UnicodeString tzid;
1787 getID(tzid);
1788 RuleBasedTimeZone rbtz(tzid, initial);
1842 UnicodeString tzid;
1850 getID(tzid);
1851 RuleBasedTimeZone rbtz(tzid, initial);
2075 UnicodeString tzid;
2076 basictz.getID(tzid);
2077 getDefaultTZName(tzid, isDst, name);
2176 UnicodeString tzid;
2177 tz->getID(tzid);
2185 writer.write(tzid);