Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dolsontz.cpp383 int32_t rawoff, dstoff; in getOffset() local
384 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); in getOffset()
385 return rawoff + dstoff; in getOffset()
391 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, in getOffset() argument
397 finalZone->getOffset(date, local, rawoff, dstoff, ec); in getOffset()
399 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); in getOffset()
405 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal() argument
410 … finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal()
412 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); in getOffsetFromLocal()
477 int32_t& rawoff, int32_t& dstoff) const { in getHistoricalOffset() argument
[all …]
Dolsontz.h191 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
298 int32_t& rawoff, int32_t& dstoff) const;
/external/icu/icu4c/source/tools/tzcode/
Dzic.c143 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()