Lines Matching defs:hours
719 * integer number of hours, etc. We will keep a cache so that we construct
1471 // Initialize offsets to invalid value (> 24 hours)
1658 // hours, but RFC 8536 ยง3.3.1 specifies that the hours part of the
1661 long hours = 0;
1692 hours *= 10;
1693 hours += buff - '0';
1697 if (hours > 24 || hours < 0) {
1721 *total_seconds = sign * ((hours * 3600) + (minutes * 60) + seconds);
1866 // TODO: Support the full range of transition hours.