Home | History | Annotate | Download | only in i18n

Lines Matching refs:rawOffset

689         int32_t rawOffset, dstOffset;
690 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
691 int32_t offset = rawOffset + dstOffset;
779 int32_t rawOffset, dstOffset;
780 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
782 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);