Searched refs:rawOffset (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtzoffloc.cpp78 // Expected offsets by void getOffset(UDate date, UBool local, int32_t& rawOffset,
81 // int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
100 // int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
120 int32_t rawOffset, dstOffset; local
155 -8*HOUR /* rawOffset */, 1*HOUR /* dstSavings */, dtr,
166 -8*HOUR /* rawOffset */, 0 /* dstSavings */, dtr,
219 // Test getOffset(UDate date, UBool local, int32_t& rawOffset,
224 TESTZONES[i]->getOffset(MILLIS[m], TRUE, rawOffset, dstOffset, status);
227 } else if (rawOffset != OFFSETS2[m][0] || dstOffset != OFFSETS2[m][1]) {
232 + rawOffset
[all...]
H A Dtztest.cpp533 int32_t rawOffset; local
578 rawOffset = (-5)*60*60*1000;
579 any_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec);
585 any_CA_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "CA", &rawOffset, ec);
591 rawOffset = 14*60*60*1000;
592 any_US_E14 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &rawOffset, ec);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtzrule.h165 * @param rawOffset The UTC offset of its standard time in milliseconds.
170 TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings);
204 * @param rawOffset The UTC offset of its standard time in milliseconds.
209 InitialTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings);
390 * @param rawOffset The GMT offset of its standard time in milliseconds.
400 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
409 * @param rawOffset The GMT offset of its standard time in milliseconds.
419 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
623 * @param rawOffset The UTC offset of its standard time in milliseconds.
635 TimeArrayTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_
[all...]
H A Drbtz.h176 * in time. Upon return, local-millis = GMT-millis + rawOffset +
186 * @param rawOffset output parameter to receive the raw offset, that
189 * that is, the offset to be added to `rawOffset' to obtain the
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
304 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
319 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
H A Dbasictz.h162 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
H A Dtimezone.h184 * @param rawOffset An offset from GMT in milliseconds, ignoring
195 const int32_t* rawOffset,
219 * @param rawOffset an offset from GMT in milliseconds, ignoring
224 static StringEnumeration* U_EXPORT2 createEnumeration(int32_t rawOffset);
430 * in time. Upon return, local-millis = GMT-millis + rawOffset +
440 * @param rawOffset output parameter to receive the raw offset, that
443 * that is, the offset to be added to `rawOffset' to obtain the
451 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
H A Dsimpletz.h129 * SimpleTimeZone(rawOffset, ID) instead. Normally, you should use
170 * SimpleTimeZone(rawOffset, ID) instead. Normally, you should use
214 * SimpleTimeZone(rawOffset, ID) instead. Normally, you should use
616 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
624 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
861 int32_t rawOffset; // the TimeZone's raw GMT offset member in class:SimpleTimeZone
H A Dvtzone.h240 * in time. Upon return, local-millis = GMT-millis + rawOffset +
250 * @param rawOffset output parameter to receive the raw offset, that
253 * that is, the offset to be added to `rawOffset' to obtain the
260 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
H A Ducal.h558 * @param rawOffset An offset from GMT in milliseconds, ignoring the
569 const int32_t* rawOffset, UErrorCode* ec);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dicuzdump.cpp131 int32_t rawOffset, dstOffset; local
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
143 UBool bSameOffset = (rawOffset + dstOffset) == (newRawOffset + newDstOffset);
159 bSameOffset = (rawOffset + dstOffset) == (medRawOffset + medDstOffset);
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
181 rawOffset = newRawOffset;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtzrule.cpp33 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings)
34 : UObject(), fName(name), fRawOffset(rawOffset), fDSTSavings(dstSavings) {
96 int32_t rawOffset,
98 : TimeZoneRule(name, rawOffset, dstSavings) {
182 int32_t rawOffset,
187 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(new DateTimeRule(dateTimeRule)),
192 int32_t rawOffset,
197 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(dateTimeRule),
401 int32_t rawOffset,
406 : TimeZoneRule(name, rawOffset, dstSaving
[all...]
H A Dzrule.cpp69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { argument
71 return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
H A Dtimezone.cpp461 int32_t rawOffset = 0; local
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, argument
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) { argument
837 if (region != NULL || rawOffset !
982 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
997 createEnumeration(int32_t rawOffset) argument
[all...]
H A Dsimpletz.cpp75 rawOffset(rawOffsetGMT),
160 this->rawOffset = rawOffsetGMT;
208 rawOffset = right.rawOffset;
463 int32_t result = rawOffset;
477 startTimeMode == UTC_TIME ? -rawOffset : 0,
492 (endTimeMode == UTC_TIME ? -rawOffset : 0),
670 return rawOffset;
678 rawOffset = offsetMillis;
749 return rawOffset
[all...]
H A Drbtz.cpp393 int32_t rawOffset, dstOffset; local
395 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
399 return (rawOffset + dstOffset);
403 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
405 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
410 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const {
411 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
421 int32_t& rawOffset, int32_t& dstOffset,
423 rawOffset = 0;
471 rawOffset
409 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
419 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
[all...]
H A Dchnsecal.cpp488 int32_t rawOffset, dstOffset; local
490 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
492 return millis - (double)(rawOffset + dstOffset);
505 int32_t rawOffset, dstOffset; local
507 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
509 return ClockMath::floorDivide(millis + (double)(rawOffset + dstOffset), kOneDay);
H A Dzrule.h112 * @param rawOffset The UTC offset of its standard time in milliseconds.
117 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings);
H A Dvzone.cpp130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, argument
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
H A Dolsontz.h181 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
H A Dvzone.h217 * in time. Upon return, local-millis = GMT-millis + rawOffset +
228 * @param rawOffset output parameter to receive the raw offset, that
231 * that is, the offset to be added to `rawOffset' to obtain the
238 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
H A Dvtzone.cpp523 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, argument
716 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear);
726 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
735 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
753 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
803 static DateTimeRule* toWallTimeRule(const DateTimeRule* rule, int32_t rawOffset, int32_t dstSavings) { argument
809 wallt += (rawOffset + dstSavings);
1196 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1198 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1507 int32_t rawOffset local
[all...]
H A Dcalendar.cpp1288 int32_t rawOffset, dstOffset; local
1289 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1290 localMillis += (rawOffset + dstOffset);
1356 fFields[UCAL_ZONE_OFFSET] = rawOffset;
2966 int32_t rawOffset, dstOffset; local
2972 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
2976 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
2981 UDate tgmt = wall - (rawOffset + dstOffset);
2988 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
2996 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffse
[all...]
H A Ducal.cpp51 const int32_t* rawOffset, UErrorCode* ec) {
53 zoneType, region, rawOffset, *ec), ec);
50 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode* ec) argument
H A Dtzfmt.cpp664 int32_t rawOffset, dstOffset; local
665 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
666 int32_t offset = rawOffset + dstOffset;
767 int32_t rawOffset, dstOffset; local
768 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
770 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);
/macosx-10.9.5/hfs-226.1.1/hfs_util/
H A Dhfsutil_main.c2277 off_t rawOffset; local
2290 rawOffset = offset / blocksize * blocksize;
2291 dataOffset = offset - rawOffset;
2299 lseekResult = lseek( fd, rawOffset, SEEK_SET );
2300 if ( lseekResult != rawOffset ) {
2337 off_t rawOffset; local
2350 rawOffset = offset / blocksize * blocksize;
2351 dataOffset = offset - rawOffset;
2359 deviceoffset = lseek( fd, rawOffset, SEEK_SET );
2360 if ( deviceoffset != rawOffset ) {
[all...]

Completed in 172 milliseconds

12