Home
last modified time | relevance | path

Searched refs:rawoff (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dolsontz.cpp380 int32_t rawoff, dstoff; in getOffset() local
381 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); in getOffset()
382 return rawoff + dstoff; in getOffset()
388 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, in getOffset() argument
394 finalZone->getOffset(date, local, rawoff, dstoff, ec); in getOffset()
396 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); in getOffset()
402 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/ { in getOffsetFromLocal() argument
407 … finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal()
409 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); in getOffsetFromLocal()
469 int32_t& rawoff, int32_t& dstoff) const { in getHistoricalOffset() argument
[all …]
Dolsontz.h188 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/;
295 int32_t& rawoff, int32_t& dstoff) const;
/external/icu4c/tools/tzcode/
Dzic.c124 static int addtype(long gmtoff, long rawoff, long dstoff,
2476 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
2478 const long rawoff;
2508 if (gmtoff != (rawoff + dstoff)) {
2520 rawoff == rawoffs[i] && dstoff == dstoffs[i] &&
2541 rawoffs[i] = rawoff;