Home | History | Annotate | Download | only in i18n

Lines Matching refs:rawOffset

695         int32_t rawOffset, dstOffset;
696 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
697 int32_t offset = rawOffset + dstOffset;
785 int32_t rawOffset, dstOffset;
786 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
789 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);