Lines Matching refs:segment
228 // Daylight Savings Time segment stores a segment of time where
242 // the before_ segment starts earlier than the given time and
243 // the after_ segment start later than the given time.
248 // Finds the least recently used segment from the DST cache that is not
249 // equal to the given 'skip' segment.
252 // Extends the after_ segment with the given point or resets it
256 // Makes the given segment invalid.
257 inline void ClearSegment(DST* segment);
259 bool InvalidSegment(DST* segment) {
260 return segment->start_sec > segment->end_sec;