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

  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 381 int32_t rawoff, dstoff; local
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
383 return rawoff + dstoff;
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff,
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
475 int32_t& rawoff, int32_t& dstoff) const
    [all...]
olsontz.h 189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
296 int32_t& rawoff, int32_t& dstoff) const;
  /external/icu/icu4c/source/i18n/
olsontz.cpp 381 int32_t rawoff, dstoff; local
382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff);
383 return rawoff + dstoff;
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff,
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const {
408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff);
475 int32_t& rawoff, int32_t& dstoff) const
    [all...]
olsontz.h 189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
296 int32_t& rawoff, int32_t& dstoff) const;
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 163 const RegionRawOffset &rawOff = elementR->getAsArrayOffset();
164 const MemRegion *baseR = rawOff.getRegion();
171 CharUnits off = rawOff.getOffset();
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 124 static int addtype(long gmtoff, long rawoff, long dstoff,
    [all...]

Completed in 781 milliseconds