Home | History | Annotate | Download | only in i18n

Lines Matching defs:tzid

45 static const UChar ICAL_TZID[] = {0x54, 0x5A, 0x49, 0x44, 0}; /* "TZID" */
355 * Create a default TZNAME from TZID
357 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
358 zonename = tzid;
1320 UnicodeString tzid;
1377 tzid = value;
1390 // tzid must be ready at this point
1391 if (tzid.length() == 0) {
1461 // if zonename is not available, create one from tzid
1463 getDefaultTZName(tzid, dst, zonename);
1548 getDefaultTZName(tzid, FALSE, zonename);
1557 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1662 setID(tzid);
1740 UnicodeString tzid;
1749 getID(tzid);
1750 RuleBasedTimeZone rbtz(tzid, initial);
1804 UnicodeString tzid;
1812 getID(tzid);
1813 RuleBasedTimeZone rbtz(tzid, initial);
2036 UnicodeString tzid;
2037 basictz.getID(tzid);
2038 getDefaultTZName(tzid, isDst, name);
2137 UnicodeString tzid;
2138 tz->getID(tzid);
2146 writer.write(tzid);