Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

529     int32_t rawOffset = 0;
557 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
579 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
591 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
666 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
672 rawOffset = getRawOffset();
674 date += rawOffset; // now in local standard millis
699 ec) - rawOffset;
749 TZEnumeration(int32_t rawOffset) : map(NULL), len(0), pos(0) {
771 z->getRawOffset() == rawOffset) {
872 TimeZone::createEnumeration(int32_t rawOffset) {
873 return new TZEnumeration(rawOffset);
886 TimeZone::createAvailableIDs(int32_t rawOffset, int32_t& numIDs)
914 z->getRawOffset() == rawOffset) {
1159 int32_t rawOffset;
1161 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1195 tz = new SimpleTimeZone(rawOffset, tempID,
1213 tz = new SimpleTimeZone(rawOffset, tempID);