HomeSort by relevance Sort by last modified time
    Searched refs:rawOffset (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 31 int rawOffset;
35 public Support_TimeZone(int rawOffset, boolean useDaylightTime) {
36 this.rawOffset = rawOffset;
42 return rawOffset;
80 rawOffset = p1;
  /libcore/support/src/test/java/tests/support/
Support_TimeZone.java 31 int rawOffset;
35 public Support_TimeZone(int rawOffset, boolean useDaylightTime) {
36 this.rawOffset = rawOffset;
42 return rawOffset;
80 rawOffset = p1;
  /external/chromium_org/third_party/icu/source/test/intltest/
tzoffloc.cpp 78 // 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;
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 + "/" + dstOffse
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzoffloc.cpp 78 // 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;
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 + "/" + dstOffse
    [all...]
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 43 private int rawOffset;
91 rawOffset = offset;
100 * use {@code SimpleTimeZone(rawOffset, ID)}.
291 * Returns a new {@code SimpleTimeZone} with the same ID, {@code rawOffset} and daylight
321 && rawOffset == tz.rawOffset
352 return rawOffset;
356 return rawOffset;
360 return rawOffset;
402 return rawOffset;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 101 const RegionRawOffsetV2 &rawOffset =
104 if (!rawOffset.getRegion())
111 SVal extentBegin = computeExtentBegin(svalBuilder, rawOffset.getRegion());
115 svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), *NV,
141 rawOffset.getRegion()->getExtent(svalBuilder);
146 = svalBuilder.evalBinOpNN(state, BO_GE, rawOffset.getByteOffset(),
160 if (state->isTainted(rawOffset.getByteOffset()))
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tzrule.h 165 * @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_t dstSavings
    [all...]
rbtz.h 176 * 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;
basictz.h 73 * For example, a transition from rawoffset 3:00/dstsavings 1:00
74 * to rawoffset 2:00/dstsavings 2:00 is excluded from the comparison,
75 * but a transtion from rawoffset 2:00/dstsavings 1:00 to
76 * rawoffset 3:00/dstsavings 0:00 is included.
162 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
timezone.h 184 * @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);
493 * in time. Upon return, local-millis = GMT-millis + rawOffset +
503 * @param rawOffset output parameter to receive the raw offset, that
506 * that is, the offset to be added to `rawOffset' to obtain the
514 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 165 * @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_t dstSavings
    [all...]
rbtz.h 176 * 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;
basictz.h 73 * For example, a transition from rawoffset 3:00/dstsavings 1:00
74 * to rawoffset 2:00/dstsavings 2:00 is excluded from the comparison,
75 * but a transtion from rawoffset 2:00/dstsavings 1:00 to
76 * rawoffset 3:00/dstsavings 0:00 is included.
162 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
timezone.h 184 * @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);
493 * in time. Upon return, local-millis = GMT-millis + rawOffset +
503 * @param rawOffset output parameter to receive the raw offset, that
506 * that is, the offset to be added to `rawOffset' to obtain the
514 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp 131 int32_t rawOffset, dstOffset;
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/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 131 int32_t rawOffset, dstOffset;
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/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.h 42 double rawOffset;
  /external/chromium_org/third_party/icu/source/i18n/
tzrule.cpp 33 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, dstSavings), fTimeRuleType(timeRuleType)
    [all...]
zrule.cpp 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) {
71 return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
timezone.cpp 460 int32_t rawOffset = 0;
485 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
501 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
513 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
650 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
656 rawOffset = getRawOffset();
658 date += rawOffset; // now in local standard millis
683 ec) - rawOffset;
769 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
787 if (region != NULL || rawOffset != NULL)
    [all...]
simpletz.cpp 75 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 == that->rawOffset &
    [all...]
  /external/icu/icu4c/source/i18n/
tzrule.cpp 33 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, dstSavings), fTimeRuleType(timeRuleType)
    [all...]
zrule.cpp 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) {
71 return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
timezone.cpp 460 int32_t rawOffset = 0;
485 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
501 if (default_zone != NULL && rawOffset != default_zone->getRawOffset()
513 default_zone = new SimpleTimeZone(rawOffset, hostStrID);
650 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
656 rawOffset = getRawOffset();
658 date += rawOffset; // now in local standard millis
683 ec) - rawOffset;
769 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) {
787 if (region != NULL || rawOffset != NULL)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 225 int rawOffset = tz.getRawOffset();
226 assertEquals(-8 * 60 * 60 * 1000, rawOffset);
227 List<String> ids = Arrays.asList(TimeZone.getAvailableIDs(rawOffset));
245 int rawoffset = tz.getRawOffset(); local
246 String[] ids = TimeZone.getAvailableIDs(rawoffset);

Completed in 495 milliseconds

1 2 3