Home | History | Annotate | Download | only in i18n

Lines Matching full:dstoffset

601                          int32_t& dstOffset, UErrorCode& ec) const {
630 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
635 // Recompute if local==TRUE, dstOffset!=0.
636 if (pass!=0 || !local || dstOffset == 0) {
640 date -= dstOffset;