Home | History | Annotate | Download | only in i18n

Lines Matching refs:dstOffset

590                          int32_t& dstOffset, UErrorCode& ec) const {
619 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
624 // Recompute if local==TRUE, dstOffset!=0.
625 if (pass!=0 || !local || dstOffset == 0) {
629 date -= dstOffset;
1264 int32_t dstOffset;
1265 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1270 if ((daylight && dstOffset != 0) ||
1271 (!daylight && dstOffset == 0) ||