HomeSort by relevance Sort by last modified time
    Searched refs:dstoff (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
olsontz.cpp 371 int32_t rawoff, dstoff; local
372 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
373 return rawoff + dstoff;
380 int32_t& dstoff, UErrorCode& ec) const {
385 finalZone->getOffset(date, local, rawoff, dstoff, ec);
387 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
393 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/ {
398 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
400 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
460 int32_t& rawoff, int32_t& dstoff) const
    [all...]
olsontz.h 185 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/;
287 int32_t& rawoff, int32_t& dstoff) const;
  /external/icu4c/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
174 long dstoff, long gmtoff);
    [all...]

Completed in 48 milliseconds