Home | History | Annotate | Download | only in i18n

Lines Matching defs:dstOffset

667                          int32_t& dstOffset, UErrorCode& ec) const {
696 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
701 // Recompute if local==TRUE, dstOffset!=0.
702 if (pass!=0 || !local || dstOffset == 0) {
706 date -= dstOffset;
1160 int32_t dstOffset;
1161 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1166 if ((daylight && dstOffset != 0) || (!daylight && dstOffset == 0)) {