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

  /external/icu4c/i18n/
olsontz.cpp 326 int32_t rawoff, dstoff; local
327 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
328 return rawoff + dstoff;
334 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff,
343 finalZone->getOffset(date, local, rawoff, dstoff, ec);
345 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
351 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/ {
356 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
358 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
399 int32_t& rawoff, int32_t& dstoff) const
    [all...]
olsontz.h 188 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/;
290 int32_t& rawoff, int32_t& dstoff) const;
  /external/icu4c/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
    [all...]

Completed in 62 milliseconds