Home | History | Annotate | Download | only in i18n

Lines Matching defs:rawOffset

461     int32_t rawOffset = 0;
489 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
513 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
525 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
600 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
606 rawOffset = getRawOffset();
608 date += rawOffset; // now in local standard millis
633 ec) - rawOffset;
819 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
837 if (region != NULL || rawOffset != NULL) {
866 if (rawOffset != NULL) {
876 if (tzoffset != *rawOffset) {
985 const int32_t* rawOffset,
987 return TZEnumeration::create(zoneType, region, rawOffset, ec);
997 TimeZone::createEnumeration(int32_t rawOffset) {
999 return TZEnumeration::create(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec);