Searched refs:immediatePrevTransition (Results 1 – 3 of 3) sorted by relevance
5344 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local5345 if (immediatePrevTransition == null) { in computeTime()5348 time = immediatePrevTransition; in computeTime()
5519 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local5520 if (immediatePrevTransition == null) { in computeTime()5523 time = immediatePrevTransition; in computeTime()
3039 UDate immediatePrevTransition; in computeTime() local3040 …Bool hasTransition = getImmediatePreviousZoneTransition(tmpTime, &immediatePrevTransition, status); in computeTime()3042 t = immediatePrevTransition; in computeTime()