Searched refs:dstBefore (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Drbtz.h314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drbtz.cpp908 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter, argument
912 int32_t offsetBefore = rawBefore + dstBefore;
915 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0);
916 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0);
H A Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; local
503 UBool dstToStd = dstBefore && !dstAfter;
504 UBool stdToDst = !dstBefore && dstAfter;

Completed in 139 milliseconds