Searched refs:immediatePrevTransition (Results 1 – 3 of 3) sorted by relevance
5506 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local5507 if (immediatePrevTransition == null) { in computeTime()5510 time = immediatePrevTransition; in computeTime()
5333 Long immediatePrevTransition = getImmediatePreviousZoneTransition(tmpTime); in computeTime() local5334 if (immediatePrevTransition == null) { in computeTime()5337 time = immediatePrevTransition; in computeTime()
3066 UDate immediatePrevTransition; in computeTime() local3067 …Bool hasTransition = getImmediatePreviousZoneTransition(tmpTime, &immediatePrevTransition, status); in computeTime()3069 t = immediatePrevTransition; in computeTime()