Searched refs:dstOffsetAt (Results 1 – 4 of 4) sorted by relevance
329 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0) in useDaylightTime()330 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()355 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()362 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()694 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()697 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()740 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()767 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
331 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0) in useDaylightTime()332 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()357 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()364 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()696 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()699 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()742 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()769 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
311 int32_t dstOffsetAt(int16_t transIdx) const;427 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()503 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()546 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()586 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()587 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()