Searched refs:after_ (Results 1 – 2 of 2) sorted by relevance
63 after_ = &dst_[1]; in ResetDateCache()203 if (after_->offset_ms == offset_ms && in ExtendTheAfterSegment()204 after_->start_sec <= time_sec + kDefaultDSTDeltaInSec && in ExtendTheAfterSegment()205 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()207 after_->start_sec = time_sec; in ExtendTheAfterSegment()210 if (after_->start_sec <= after_->end_sec) { in ExtendTheAfterSegment()212 after_ = LeastRecentlyUsedDST(before_); in ExtendTheAfterSegment()214 after_->start_sec = time_sec; in ExtendTheAfterSegment()215 after_->end_sec = time_sec; in ExtendTheAfterSegment()216 after_->offset_ms = offset_ms; in ExtendTheAfterSegment()[all …]
246 DST* after_; variable