Home | History | Annotate | Download | only in src

Lines Matching defs:tz

42   TimeZoneComposer tz;
66 } else if (tz.IsExpecting(n)) {
67 tz.SetAbsoluteMinute(n);
94 tz.Set(KeywordTable::GetValue(index));
99 } else if (in.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
101 tz.SetSign(in.GetAsciiSignValue());
105 tz.SetAbsoluteHour(n);
106 tz.SetAbsoluteMinute(kNone);
108 tz.SetAbsoluteHour(n / 100);
109 tz.SetAbsoluteMinute(n % 100);
122 return day.Write(out) && time.Write(out) && tz.Write(out);