Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

467     int32_t rawOffset = 0;
495 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
519 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
531 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
606 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
612 rawOffset = getRawOffset();
614 date += rawOffset; // now in local standard millis
639 ec) - rawOffset;
689 TZEnumeration(int32_t rawOffset) : map(NULL), len(0), pos(0) {
711 z->getRawOffset() == rawOffset) {
830 TimeZone::createEnumeration(int32_t rawOffset) {
831 return new TZEnumeration(rawOffset);
1045 int32_t rawOffset;
1047 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1085 tz = new SimpleTimeZone(rawOffset, tempID,
1103 tz = new SimpleTimeZone(rawOffset, tempID);