Lines Matching refs:dstoff
326 int32_t rawoff, dstoff;
327 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
328 return rawoff + dstoff;
335 int32_t& dstoff, UErrorCode& ec) const {
343 finalZone->getOffset(date, local, rawoff, dstoff, ec);
345 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
351 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/ {
356 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
358 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
399 int32_t& rawoff, int32_t& dstoff) const {
488 dstoff = dstOffset(index) * U_MILLIS_PER_SECOND;
492 dstoff = dstOffset(0) * U_MILLIS_PER_SECOND;
495 date, local?"T":"F", NonExistingTimeOpt, DuplicatedTimeOpt, rawoff, dstoff));