Lines Matching refs:tzid
359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
360 zonename = tzid;
1352 UnicodeString tzid;
1409 tzid = value;
1422 // tzid must be ready at this point
1423 if (tzid.length() == 0) {
1493 // if zonename is not available, create one from tzid
1495 getDefaultTZName(tzid, dst, zonename);
1580 getDefaultTZName(tzid, FALSE, zonename);
1589 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1695 setID(tzid);
1773 UnicodeString tzid;
1782 getID(tzid);
1783 RuleBasedTimeZone rbtz(tzid, initial);
1837 UnicodeString tzid;
1845 getID(tzid);
1846 RuleBasedTimeZone rbtz(tzid, initial);
2070 UnicodeString tzid;
2071 basictz.getID(tzid);
2072 getDefaultTZName(tzid, isDst, name);
2171 UnicodeString tzid;
2172 tz->getID(tzid);
2180 writer.write(tzid);