Searched refs:dstOffsetAt (Results 1 – 4 of 4) sorted by relevance
309 int32_t dstOffsetAt(int16_t transIdx) const;425 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()501 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()544 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()584 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()585 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()