Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

450     int32_t rawOffset = 0;
478 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
502 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
514 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
589 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
595 rawOffset = getRawOffset();
597 date += rawOffset; // now in local standard millis
622 ec) - rawOffset;
808 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
826 if (region != NULL || rawOffset != NULL) {
855 if (rawOffset != NULL) {
865 if (tzoffset != *rawOffset) {
972 const int32_t* rawOffset,
974 return TZEnumeration::create(zoneType, region, rawOffset, ec);
984 TimeZone::createEnumeration(int32_t rawOffset) {
986 return TZEnumeration::create(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec);
1263 int32_t rawOffset;
1265 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1303 tz = new SimpleTimeZone(rawOffset, tempID,
1321 tz = new SimpleTimeZone(rawOffset, tempID);