HomeSort by relevance Sort by last modified time
    Searched refs:dstBefore (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
rbtz.h 314 int32_t getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
  /external/icu4c/i18n/
rbtz.cpp 883 RuleBasedTimeZone::getLocalDelta(int32_t rawBefore, int32_t dstBefore, int32_t rawAfter, int32_t dstAfter,
887 int32_t offsetBefore = rawBefore + dstBefore;
890 UBool dstToStd = (dstBefore != 0) && (dstAfter == 0);
891 UBool stdToDst = (dstBefore == 0) && (dstAfter != 0);
olsontz.cpp 415 UBool dstBefore = dstOffset(typeData[i-1]) != 0;
420 UBool dstToStd = dstBefore && !dstAfter;
421 UBool stdToDst = !dstBefore && dstAfter;
    [all...]

Completed in 3368 milliseconds