/external/chromium_org/third_party/icu/source/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...] |
/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...] |
/external/icu4c/i18n/ |
calendar.cpp | [all...] |
tzfmt.cpp | 664 int32_t rawOffset, dstOffset; 665 tz.getOffset(date, FALSE, rawOffset, dstOffset, status); 666 int32_t offset = rawOffset + dstOffset; 741 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD; 767 int32_t rawOffset, dstOffset; 768 tz->getOffset(date, FALSE, rawOffset, dstOffset, status); 770 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status); [all...] |
basictz.cpp | 549 int32_t& /*rawOffset*/, int32_t& /*dstOffset*/, UErrorCode& status) const {
|
olsontz.h | 182 int32_t& dstOffset, UErrorCode& ec) const;
|
astro.cpp | [all...] |
vtzone.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
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/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DateTimeFieldElements.cpp | 594 double dstOffset = calculateDSTOffset(current, utcOffset); 595 int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPv3Client.java | [all...] |
/external/icu4c/i18n/unicode/ |
timezone.h | 431 * dstOffset. All computations are performed in the proleptic 442 * @param dstOffset output parameter to receive the DST offset, 452 int32_t& dstOffset, UErrorCode& ec) const; [all...] |
simpletz.h | 617 int32_t& dstOffset, UErrorCode& ec) const; [all...] |
/device/lge/mako/camera/ |
QualcommCameraHardware.h | 179 bool native_zoom_image(int fd, int srcOffset, int dstOffset, common_crop_t *crop);
|
/external/chromium_org/third_party/icu/source/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...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DateMath.cpp | 850 double dstOffset = calculateDSTOffset(ms, utcOffset); 851 offset = (utcOffset + dstOffset) / msPerMinute;
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 422 size_t dstOffset = dstRB - (width << 2); 511 dst = (SkPMColor *)((char*)dst + dstOffset); [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 422 size_t dstOffset = dstRB - (width << 2); 511 dst = (SkPMColor *)((char*)dst + dstOffset); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 44 def __init__(self, offset, name, dstoffset=42): 47 if isinstance(dstoffset, int): 48 dstoffset = timedelta(minutes=dstoffset) 51 self.__dstoffset = dstoffset 62 def __init__(self, offset=None, name=None, dstoffset=None): 63 FixedOffset.__init__(self, offset, name, dstoffset) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 44 def __init__(self, offset, name, dstoffset=42): 47 if isinstance(dstoffset, int): 48 dstoffset = timedelta(minutes=dstoffset) 51 self.__dstoffset = dstoffset 62 def __init__(self, offset=None, name=None, dstoffset=None): 63 FixedOffset.__init__(self, offset, name, dstoffset) [all...] |