Searched refs:rawoff (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp381 int32_t rawoff, dstoff; local
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
383 return rawoff + dstoff;
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
475 int32_t& rawoff, int32_
402 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const argument
473 getHistoricalOffset(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff) const argument
[all...]
H A Dolsontz.h189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
296 int32_t& rawoff, int32_t& dstoff) const;
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp381 int32_t rawoff, dstoff; local
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
383 return rawoff + dstoff;
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
475 int32_t& rawoff, int32_
402 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const argument
473 getHistoricalOffset(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawoff, int32_t& dstoff) const argument
[all...]
H A Dolsontz.h189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
296 int32_t& rawoff, int32_t& dstoff) const;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c124 static int addtype(long gmtoff, long rawoff, long dstoff,
2508 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2510 const long rawoff;
2540 if (gmtoff != (rawoff + dstoff)) {
2552 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2573 rawoffs[i] = rawoff;
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c124 static int addtype(long gmtoff, long rawoff, long dstoff,
2508 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt)
2510 const long rawoff;
2540 if (gmtoff != (rawoff + dstoff)) {
2552 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2573 rawoffs[i] = rawoff;

Completed in 139 milliseconds