Lines Matching refs:rawOffset
453 int32_t rawOffset = 0; in detectHostTimeZone() local
468 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in detectHostTimeZone()
484 if (hostZone != NULL && rawOffset != hostZone->getRawOffset() in detectHostTimeZone()
496 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()
672 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset() argument
678 rawOffset = getRawOffset(); in getOffset()
680 date += rawOffset; // now in local standard millis in getOffset()
705 ec) - rawOffset; in getOffset()
791 …on* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec)… in create() argument
809 if (region != NULL || rawOffset != NULL) { in create()
838 if (rawOffset != NULL) { in create()
848 if (tzoffset != *rawOffset) { in create()
957 const int32_t* rawOffset, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
959 return TZEnumeration::create(zoneType, region, rawOffset, ec); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
969 TimeZone::createEnumeration(int32_t rawOffset) { in createEnumeration() argument
971 return TZEnumeration::create(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec); in createEnumeration()