Home
last modified time | relevance | path

Searched refs:immediatePrevTransition (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java5344 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local
5345 if (immediatePrevTransition == null) { in computeTime()
5348 time = immediatePrevTransition; in computeTime()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java5519 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local
5520 if (immediatePrevTransition == null) { in computeTime()
5523 time = immediatePrevTransition; in computeTime()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp3039 UDate immediatePrevTransition; in computeTime() local
3040 …Bool hasTransition = getImmediatePreviousZoneTransition(tmpTime, &immediatePrevTransition, status); in computeTime()
3042 t = immediatePrevTransition; in computeTime()