Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbtz.cpp882 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument
886 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta()
889 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta()
890 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
Dolsontz.cpp411 UBool dstBefore = dstOffset(typeData[i-1]) != 0; in getHistoricalOffset() local
416 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset()
417 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
/external/icu4c/i18n/unicode/
Drbtz.h308 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,