Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

664         int32_t rawOffset, dstOffset;
665 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
666 int32_t offset = rawOffset + dstOffset;
767 int32_t rawOffset, dstOffset;
768 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
770 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);