Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

469     int32_t rawOffset = 0;
497 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
521 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
533 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
608 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
614 rawOffset = getRawOffset();
616 date += rawOffset; // now in local standard millis
641 ec) - rawOffset;
691 TZEnumeration(int32_t rawOffset) : map(NULL), len(0), pos(0) {
713 z->getRawOffset() == rawOffset) {
832 TimeZone::createEnumeration(int32_t rawOffset) {
833 return new TZEnumeration(rawOffset);
1049 int32_t rawOffset;
1051 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1089 tz = new SimpleTimeZone(rawOffset, tempID,
1107 tz = new SimpleTimeZone(rawOffset, tempID);