Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DOlsonTimeZone.java356 int trsIdx = transitionCount - 1; in observesDaylightTime() local
357 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java354 int trsIdx = transitionCount - 1; in observesDaylightTime() local
355 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()