Searched refs:rawoff (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | olsontz.cpp | 381 int32_t rawoff, dstoff; in getOffset() local 382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); in getOffset() 383 return rawoff + dstoff; in getOffset() 389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, in getOffset() argument 395 finalZone->getOffset(date, local, rawoff, dstoff, ec); in getOffset() 397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); in getOffset() 403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal() argument 408 … finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal() 410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); in getOffsetFromLocal() 475 int32_t& rawoff, int32_t& dstoff) const { in getHistoricalOffset() argument [all …]
|
D | olsontz.h | 189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const; 296 int32_t& rawoff, int32_t& dstoff) const;
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 143 static int addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, 2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype() argument 2733 if (gmtoff != (rawoff + dstoff)) { in addtype() 2745 rawoff == rawoffs[i] && dstoff == dstoffs[i] && in addtype() 2766 rawoffs[i] = rawoff; in addtype()
|