Lines Matching defs:segment
181 // Daylight Savings Time segment stores a segment of time where
195 // the before_ segment starts earlier than the given time and
196 // the after_ segment start later than the given time.
201 // Finds the least recently used segment from the DST cache that is not
202 // equal to the given 'skip' segment.
205 // Extends the after_ segment with the given point or resets it
209 // Makes the given segment invalid.
210 inline void ClearSegment(DST* segment);
212 bool InvalidSegment(DST* segment) {
213 return segment->start_sec > segment->end_sec;