Searched refs:tmpT (Results 1 – 3 of 3) sorted by relevance
3269 long tmpT = adjAmount > 0 ? internalGetTimeInMillis() : t; in add() local3270 Long immediatePrevTrans = getImmediatePreviousZoneTransition(tmpT); in add()3274 … throw new RuntimeException("Could not locate a time zone transition before " + tmpT); in add()
3367 long tmpT = adjAmount > 0 ? internalGetTimeInMillis() : t; in add() local3368 Long immediatePrevTrans = getImmediatePreviousZoneTransition(tmpT); in add()3372 … throw new RuntimeException("Could not locate a time zone transition before " + tmpT); in add()
2244 UDate tmpT = adjAmount > 0 ? internalGetTime() : t; in add() local2246 … UBool hasTransition = getImmediatePreviousZoneTransition(tmpT, &immediatePrevTrans, status); in add()