Searched refs:trsIdx (Results 1 – 2 of 2) sorted by relevance
356 int trsIdx = transitionCount - 1; in observesDaylightTime() local357 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()360 while (trsIdx >= 0) { in observesDaylightTime()361 if (transitionTimes64[trsIdx] <= currentSec) { in observesDaylightTime()364 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()367 trsIdx--; in observesDaylightTime()
354 int trsIdx = transitionCount - 1; in observesDaylightTime() local355 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()358 while (trsIdx >= 0) { in observesDaylightTime()359 if (transitionTimes64[trsIdx] <= currentSec) { in observesDaylightTime()362 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()365 trsIdx--; in observesDaylightTime()