Searched refs:rawOffset (Results 26 - 50 of 57) sorted by relevance

123

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp481 int32_t rawOffset, dstOffset; local
483 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
485 return millis - (double)(rawOffset + dstOffset);
498 int32_t rawOffset, dstOffset; local
500 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
502 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.h182 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);
1197 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1508 int32_t rawOffset local
[all...]
H A Dcalendar.cpp1290 int32_t rawOffset, dstOffset; local
1291 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1292 localMillis += (rawOffset + dstOffset);
1358 fFields[UCAL_ZONE_OFFSET] = rawOffset;
2905 int32_t rawOffset, dstOffset; local
2911 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
2915 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
2920 UDate tgmt = wall - (rawOffset + dstOffset);
2927 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
2935 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffse
[all...]
H A Dtzfmt.cpp689 int32_t rawOffset, dstOffset; local
690 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
691 int32_t offset = rawOffset + dstOffset;
779 int32_t rawOffset, dstOffset; local
780 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
782 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);
/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp481 int32_t rawOffset, dstOffset; local
483 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
485 return millis - (double)(rawOffset + dstOffset);
498 int32_t rawOffset, dstOffset; local
500 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
502 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.h182 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);
1197 VTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1508 int32_t rawOffset local
[all...]
H A Dcalendar.cpp1419 int32_t rawOffset, dstOffset; local
1420 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1421 localMillis += (rawOffset + dstOffset);
1487 fFields[UCAL_ZONE_OFFSET] = rawOffset;
3066 int32_t rawOffset, dstOffset; local
3072 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
3076 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3081 UDate tgmt = wall - (rawOffset + dstOffset);
3088 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
3096 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffse
[all...]
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc40 const char kRawOffsetString[] = "rawOffset";
233 &timezone->rawOffset) &&
235 PrintTimeZoneError(server_url, "Missing rawOffset attribute.", timezone);
297 : dstOffset(0), rawOffset(0), status(ZERO_RESULTS) {
420 "dstOffset=%f, rawOffset=%f, timeZoneId='%s', timeZoneName='%s', "
423 rawOffset,
H A Dtimezone_unittest.cc28 " \"rawOffset\" : -28800.0,\n"
52 timezone.rawOffset = -28800;
58 "dstOffset=0.000000, rawOffset=-28800.000000, "
271 "dstOffset=0.000000, rawOffset=0.000000, timeZoneId='', timeZoneName='', "
/external/chromium_org/third_party/icu/source/i18n/unicode/
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);
/external/icu/icu4c/source/i18n/unicode/
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);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp535 int32_t rawOffset; local
580 rawOffset = (-5)*60*60*1000;
581 any_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, NULL, &rawOffset, ec);
587 any_CA_W5 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "CA", &rawOffset, ec);
593 rawOffset = 14*60*60*1000;
594 any_US_E14 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &rawOffset, ec);
/external/icu/icu4c/source/test/intltest/
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);

Completed in 542 milliseconds

123