Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java5506 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local
5507 if (immediatePrevTransition == null) { in computeTime()
5510 time = immediatePrevTransition; in computeTime()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java5333 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local
5334 if (immediatePrevTransition == null) { in computeTime()
5337 time = immediatePrevTransition; in computeTime()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp3066 UDate immediatePrevTransition; in computeTime() local
3067 …Bool hasTransition = getImmediatePreviousZoneTransition(tmpTime, &immediatePrevTransition, status); in computeTime()
3069 t = immediatePrevTransition; in computeTime()