Searched refs:dstBefore (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/i18n/ |
D | rbtz.cpp | 883 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument 887 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta() 890 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta() 891 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
|
D | olsontz.cpp | 481 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset() local 486 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset() 487 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
|
/external/chromium/third_party/icu/source/i18n/ |
D | rbtz.cpp | 883 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t ds… in getLocalDelta() argument 887 int32_t offsetBefore = rawBefore + dstBefore; in getLocalDelta() 890 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta() 891 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
|
D | olsontz.cpp | 415 UBool dstBefore = dstOffset(typeData[i-1]) != 0; in getHistoricalOffset() local 420 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset() 421 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | rbtz.h | 314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
|
/external/icu4c/i18n/unicode/ |
D | rbtz.h | 314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
|