Lines Matching refs:dstoff
381 int32_t rawoff, dstoff;
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
383 return rawoff + dstoff;
390 int32_t& dstoff, UErrorCode& ec) const {
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
475 int32_t& rawoff, int32_t& dstoff) const {
488 dstoff = initialDstOffset() * U_MILLIS_PER_SECOND;
544 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND;
549 dstoff = initialDstOffset() * U_MILLIS_PER_SECOND;
552 date, local?"T":"F", NonExistingTimeOpt, DuplicatedTimeOpt, rawoff, dstoff));