Home | History | Annotate | Download | only in i18n

Lines Matching defs:dstOffset

607                          int32_t& dstOffset, UErrorCode& ec) const {
636 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
641 // Recompute if local==TRUE, dstOffset!=0.
642 if (pass!=0 || !local || dstOffset == 0) {
646 date -= dstOffset;
1046 int32_t dstOffset;
1047 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1052 if ((daylight && dstOffset != 0) ||
1053 (!daylight && dstOffset == 0) ||