Home | History | Annotate | Download | only in source

Lines Matching defs:tzhour

352 						unsigned tzhour = 0;
357 &tzhour,
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin));
556 unsigned tzhour = 0;
566 &tzhour,
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin));
716 int tzHour = t.tm_hour - zt.tm_hour;
721 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour > 0) ||
722 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour == 0 && tzMin >= 0);
724 tzMin += tzHour * 60;