Searched refs:dstAfter (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/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,
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | rbtz.cpp | 885 …edTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter, in getLocalDelta() argument 890 int32_t offsetAfter = rawAfter + dstAfter; in getLocalDelta() 892 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta() 893 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
|
D | olsontz.cpp | 486 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset() local 488 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset() 489 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
|
/external/icu4c/i18n/ |
D | rbtz.cpp | 912 …edTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter, in getLocalDelta() argument 917 int32_t offsetAfter = rawAfter + dstAfter; in getLocalDelta() 919 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0); in getLocalDelta() 920 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0); in getLocalDelta()
|
D | olsontz.cpp | 496 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset() local 498 UBool dstToStd = dstBefore && !dstAfter; in getHistoricalOffset() 499 UBool stdToDst = !dstBefore && dstAfter; in getHistoricalOffset()
|