Lines Matching refs:tzid
353 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) {
354 zonename = tzid;
1373 UnicodeString tzid;
1420 tzid = value;
1433 // tzid must be ready at this point
1434 if (tzid.length() == 0) {
1505 // if zonename is not available, create one from tzid
1507 getDefaultTZName(tzid, dst, zonename);
1594 getDefaultTZName(tzid, false, zonename);
1605 new RuleBasedTimeZone(tzid, initialRule.getAlias()), status);
1711 setID(tzid);
1759 UnicodeString tzid;
1770 getID(tzid);
1771 RuleBasedTimeZone rbtz(tzid, lpInitial.orphan());
1814 UnicodeString tzid;
1825 getID(tzid);
1826 RuleBasedTimeZone rbtz(tzid, lpInitial.orphan());
2037 UnicodeString tzid;
2038 basictz.getID(tzid);
2039 getDefaultTZName(tzid, isDst, name);
2148 UnicodeString tzid;
2149 tz->getID(tzid);
2157 writer.write(tzid);