Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DOlsonTimeZone.java355 long currentSec = Grego.floorDivide(current, Grego.MILLIS_PER_SECOND); in observesDaylightTime() local
361 if (transitionTimes64[trsIdx] <= currentSec) { in observesDaylightTime()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java353 long currentSec = Grego.floorDivide(current, Grego.MILLIS_PER_SECOND); in observesDaylightTime() local
359 if (transitionTimes64[trsIdx] <= currentSec) { in observesDaylightTime()