Lines Matching refs:DST
173 // In Egypt in 2010 they decided to suspend DST during Ramadan. This
174 // led to a short interval where DST is in effect from September 10 to
183 struct DST {
194 // Sets the before_ and the after_ segments from the DST cache such that
201 // Finds the least recently used segment from the DST cache that is not
203 DST* LeastRecentlyUsedDST(DST* skip);
210 inline void ClearSegment(DST* segment);
212 bool InvalidSegment(DST* segment) {
219 DST dst_[kDSTSize];
221 DST* before_;
222 DST* after_;