Home | History | Annotate | Download | only in src

Lines Matching refs:DST

197   // In Egypt in 2010 they decided to suspend DST during Ramadan. This
198 // led to a short interval where DST is in effect from September 10 to
207 struct DST {
218 // Sets the before_ and the after_ segments from the DST cache such that
225 // Finds the least recently used segment from the DST cache that is not
227 DST* LeastRecentlyUsedDST(DST* skip);
234 inline void ClearSegment(DST* segment);
236 bool InvalidSegment(DST* segment) {
243 DST dst_[kDSTSize];
245 DST* before_;
246 DST* after_;