Searched refs:dstOffsetAt (Results 1 – 10 of 10) sorted by relevance
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()693 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()696 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()739 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()766 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
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()691 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()694 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()737 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()764 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
313 int32_t dstOffsetAt(int16_t transIdx) const;429 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()
311 int32_t dstOffsetAt(int16_t transIdx) const;427 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function