Lines Matching defs:segment
75 void DateCache::ClearSegment(DST* segment) {
76 segment->start_sec = kMaxEpochTimeInSec;
77 segment->end_sec = -kMaxEpochTimeInSec;
78 segment->offset_ms = 0;
79 segment->last_used = 0;
282 // Extend the after_ segment.
285 // The after_ segment is either invalid or starts too late.
287 // If the after_ segment is valid, replace it with a new segment.
340 // If the before_ segment ends too early, then just
356 // Check if after_ segment is invalid or starts too late.
425 // then set them to any invalid segment.