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

12

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java32 int rawOffset; field in class:Support_TimeZone
36 public Support_TimeZone(int rawOffset, boolean useDaylightTime) { argument
37 this.rawOffset = rawOffset;
43 return rawOffset;
81 rawOffset = p1;
/external/icu4c/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.cpp526 int32_t rawOffset; local
571 rawOffset = (-5)*60*60*1000;
572 any_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec);
578 any_CA_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "CA", &rawOffset, ec);
584 rawOffset = 14*60*60*1000;
585 any_US_E14 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &rawOffset, ec);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp101 const RegionRawOffsetV2 &rawOffset = local
104 if (!rawOffset.getRegion())
111 SVal extentBegin = computeExtentBegin(svalBuilder, rawOffset.getRegion());
115 = svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(),
142 rawOffset.getRegion()->getExtent(svalBuilder);
147 = svalBuilder.evalBinOpNN(state, BO_GE, rawOffset.getByteOffset(),
161 if (state->isTainted(rawOffset.getByteOffset()))
/external/icu4c/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.h160 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
H A Dtimezone.h158 * @param rawOffset An offset from GMT in milliseconds, ignoring
169 const int32_t* rawOffset,
193 * @param rawOffset an offset from GMT in milliseconds, ignoring
198 static StringEnumeration* U_EXPORT2 createEnumeration(int32_t rawOffset);
401 * in time. Upon return, local-millis = GMT-millis + rawOffset +
411 * @param rawOffset output parameter to receive the raw offset, that
414 * that is, the offset to be added to `rawOffset' to obtain the
422 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 Ducal.h558 * @param rawOffset An offset from GMT in milliseconds, ignoring the
569 const int32_t* rawOffset, UErrorCode* ec);
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,
/external/icu4c/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;
/external/icu4c/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 Dtimezone.cpp450 int32_t rawOffset = 0; local
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, argument
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) { argument
826 if (region != NULL || rawOffset !
969 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
984 createEnumeration(int32_t rawOffset) argument
1263 int32_t rawOffset; local
[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(name, rawOffset, dstSavings);
H A Dsimpletz.cpp74 rawOffset(rawOffsetGMT),
159 this->rawOffset = rawOffsetGMT;
207 rawOffset = right.rawOffset;
462 int32_t result = rawOffset;
476 startTimeMode == UTC_TIME ? -rawOffset : 0,
491 (endTimeMode == UTC_TIME ? -rawOffset : 0),
669 return rawOffset;
677 rawOffset = offsetMillis;
748 return rawOffset
[all...]
H A Drbtz.cpp373 int32_t rawOffset, dstOffset; local
375 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
379 return (rawOffset + dstOffset);
383 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
385 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
390 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/ {
391 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
401 int32_t& rawOffset, int32_t& dstOffset,
403 rawOffset = 0;
449 rawOffset
389 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) argument
399 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
[all...]
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.cpp524 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, argument
717 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear);
727 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
736 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
754 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
804 static DateTimeRule* toWallTimeRule(const DateTimeRule* rule, int32_t rawOffset, int32_t dstSavings) { argument
810 wallt += (rawOffset + dstSavings);
1191 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1193 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1502 int32_t rawOffset local
[all...]
H A Ducal.cpp50 const int32_t* rawOffset, UErrorCode* ec) {
52 zoneType, region, rawOffset, *ec), ec);
49 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode* ec) argument
H A Dcalendar.cpp1242 int32_t rawOffset, dstOffset; local
1243 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1244 localMillis += (rawOffset + dstOffset);
1310 fFields[UCAL_ZONE_OFFSET] = rawOffset;
2664 int32_t rawOffset, dstOffset; local
2665 getTimeZone().getOffset(millis+millisInDay, TRUE, rawOffset, dstOffset, ec);
2666 return rawOffset + dstOffset;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 654 milliseconds

12