Searched refs:tmpT (Results 1 – 2 of 2) sorted by relevance
3369 long tmpT = adjAmount > 0 ? internalGetTimeInMillis() : t; in add() local3370 Long immediatePrevTrans = getImmediatePreviousZoneTransition(tmpT); in add()3374 … throw new RuntimeException("Could not locate a time zone transition before " + tmpT); in add()
2245 UDate tmpT = adjAmount > 0 ? internalGetTime() : t; in add() local2247 … UBool hasTransition = getImmediatePreviousZoneTransition(tmpT, &immediatePrevTrans, status); in add()