Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/unicode/
Drbtz.h314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
/external/icu/icu4c/source/i18n/
Drbtz.cpp908 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument
912 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta()
915 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta()
916 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset() local
503 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset()
504 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
/external/chromium_org/third_party/icu/source/i18n/
Drbtz.cpp908 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument
912 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta()
915 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta()
916 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset() local
503 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset()
504 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()