Home
last modified time | relevance | path

Searched refs:after_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddate.cc63 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 …]
Ddate.h246 DST* after_; variable