Lines Matching defs:tzid
47 static const UChar ICAL_TZID[] = {0x54, 0x5A, 0x49, 0x44, 0}; /* "TZID" */
357 * Create a default TZNAME from TZID
359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
360 zonename = tzid;
1358 UnicodeString tzid;
1415 tzid = value;
1428 // tzid must be ready at this point
1429 if (tzid.length() == 0) {
1499 // if zonename is not available, create one from tzid
1501 getDefaultTZName(tzid
1586 getDefaultTZName(tzid, FALSE, zonename);
1595 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1701 setID(tzid);
1779 UnicodeString tzid;
1788 getID(tzid);
1789 RuleBasedTimeZone rbtz(tzid, initial);
1843 UnicodeString tzid;
1851 getID(tzid);
1852 RuleBasedTimeZone rbtz(tzid, initial);
2076 UnicodeString tzid;
2077 basictz.getID(tzid);
2078 getDefaultTZName(tzid, isDst, name);
2187 UnicodeString tzid;
2188 tz->getID(tzid);
2196 writer.write(tzid);