Searched refs:dstBefore (Results 1 – 3 of 3) sorted by relevance
314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
892 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument896 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta()899 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta()900 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
492 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset() local497 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset()498 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()