Searched refs:after_ (Results 1 – 2 of 2) sorted by relevance
38 after_ = &dst_[1]; in ResetDateCache()193 if (after_->offset_ms == offset_ms && in ExtendTheAfterSegment()194 after_->start_sec <= time_sec + kDefaultDSTDeltaInSec && in ExtendTheAfterSegment()195 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()197 after_->start_sec = time_sec; in ExtendTheAfterSegment()200 if (after_->start_sec <= after_->end_sec) { in ExtendTheAfterSegment()202 after_ = LeastRecentlyUsedDST(before_); in ExtendTheAfterSegment()204 after_->start_sec = time_sec; in ExtendTheAfterSegment()205 after_->end_sec = time_sec; in ExtendTheAfterSegment()206 after_->offset_ms = offset_ms; in ExtendTheAfterSegment()[all …]
269 DST* after_; variable