HomeSort by relevance Sort by last modified time
    Searched full:dstoffset (Results 51 - 69 of 69) sorted by null

1 23

  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 400 size_t dstOffset = dstRB - (width << 2);
488 dst = (SkPMColor *)((char*)dst + dstOffset);
  /external/icu4c/i18n/unicode/
basictz.h 160 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
vtzone.h 241 * dstOffset. All computations are performed in the proleptic
252 * @param dstOffset output parameter to receive the DST offset,
261 int32_t& dstOffset, UErrorCode& ec) const;
timezone.h 379 * dstOffset. All computations are performed in the proleptic
390 * @param dstOffset output parameter to receive the DST offset,
400 int32_t& dstOffset, UErrorCode& ec) const;
simpletz.h 617 int32_t& dstOffset, UErrorCode& ec) const;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 1017 double dstOffset = calculateDSTOffset(ms, utcOffset);
1018 offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
    [all...]
  /bionic/libc/tzcode/
localtime.c 1013 long dstoffset; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 918 long dstoffset; local
968 name = getoffset(name, &dstoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
995 sp->ttis[0].tt_gmtoff = -dstoffset;
1013 dstoffset);
1094 sp->ats[i] += dstoffset -
1113 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]
  /system/core/libcutils/
tztime.c 938 long dstoffset; local
989 name = getoffset(name, &dstoffset);
992 } else dstoffset = stdoffset - SECSPERHOUR;
1016 sp->ttis[0].tt_gmtoff = -dstoffset;
1033 dstoffset);
1114 sp->ats[i] += dstoffset -
1133 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]
  /external/icu4c/i18n/
basictz.cpp 549 int32_t& /*rawOffset*/, int32_t& /*dstOffset*/, UErrorCode& status) /*const*/ {
olsontz.h 179 int32_t& dstOffset, UErrorCode& ec) const;
calendar.cpp     [all...]
astro.cpp     [all...]
vtzone.cpp     [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 716 int dstOffset = tz.getDSTSavings();
717 setLong(tziBytes, MSFT_TIME_ZONE_DAYLIGHT_BIAS_OFFSET, - dstOffset / MINUTES);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 145 UnicodeString dstOffset = (UnicodeString)"" + sign + (hours < 10 ? "0" : "") +
148 dstOffset = dstOffset + ":" + (seconds < 10 ? "0" : "") + seconds;
171 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
174 logln(UnicodeString() + i + " " + *id + " " + dstOffset +
180 errln(UnicodeString() + i + " " + *id + " " + dstOffset +
    [all...]
tzrulets.cpp     [all...]

Completed in 544 milliseconds

1 23