Searched refs:dstOffset (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzoffloc.cpp79 // int32_t& dstOffset, UErrorCode& ec) with local=TRUE
81 // int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
100 // int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
120 int32_t rawOffset, dstOffset; local
220 // int32_t& dstOffset, UErrorCode& ec) with local = TRUE
224 TESTZONES[i]->getOffset(MILLIS[m], TRUE, rawOffset, dstOffset, status);
226 errln((UnicodeString)"getOffset(date,local,rawOfset,dstOffset,ec) failed for TESTZONES[" + i + "]");
227 } else if (rawOffset != OFFSETS2[m][0] || dstOffset != OFFSETS2[m][1]) {
232 + rawOffset + "/" + dstOffset
239 // int32_t& rawOffset, int32_t& dstOffset, UErroCod
[all...]
/external/icu4c/test/intltest/
H A Dtzoffloc.cpp79 // int32_t& dstOffset, UErrorCode& ec) with local=TRUE
81 // int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
100 // int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
120 int32_t rawOffset, dstOffset; local
220 // int32_t& dstOffset, UErrorCode& ec) with local = TRUE
224 TESTZONES[i]->getOffset(MILLIS[m], TRUE, rawOffset, dstOffset, status);
226 errln((UnicodeString)"getOffset(date,local,rawOfset,dstOffset,ec) failed for TESTZONES[" + i + "]");
227 } else if (rawOffset != OFFSETS2[m][0] || dstOffset != OFFSETS2[m][1]) {
232 + rawOffset + "/" + dstOffset
239 // int32_t& rawOffset, int32_t& dstOffset, UErroCod
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp131 int32_t rawOffset, dstOffset; local
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
143 UBool bSameOffset = (rawOffset + dstOffset) == (newRawOffset + newDstOffset);
144 UBool bSameDst = ((dstOffset != 0) && (newDstOffset != 0)) || ((dstOffset == 0) && (newDstOffset == 0));
159 bSameOffset = (rawOffset + dstOffset) == (medRawOffset + medDstOffset);
160 bSameDst = ((dstOffset != 0) && (medDstOffset != 0)) || ((dstOffset == 0) && (medDstOffset == 0));
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset
[all...]
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp131 int32_t rawOffset, dstOffset; local
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
143 UBool bSameOffset = (rawOffset + dstOffset) == (newRawOffset + newDstOffset);
144 UBool bSameDst = ((dstOffset != 0) && (newDstOffset != 0)) || ((dstOffset == 0) && (newDstOffset == 0));
159 bSameOffset = (rawOffset + dstOffset) == (medRawOffset + medDstOffset);
160 bSameDst = ((dstOffset != 0) && (medDstOffset != 0)) || ((dstOffset == 0) && (medDstOffset == 0));
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h177 * dstOffset. All computations are performed in the proleptic
188 * @param dstOffset output parameter to receive the DST offset,
197 int32_t& dstOffset, UErrorCode& ec) const;
304 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
319 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
H A Dbasictz.h160 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
H A Dtimezone.h379 * 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;
H A Dsimpletz.h617 int32_t& dstOffset, UErrorCode& ec) const;
624 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
/external/icu4c/i18n/unicode/
H A Drbtz.h177 * dstOffset. All computations are performed in the proleptic
188 * @param dstOffset output parameter to receive the DST offset,
197 int32_t& dstOffset, UErrorCode& ec) const;
304 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
319 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
H A Dbasictz.h162 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
H A Dsimpletz.h617 int32_t& dstOffset, UErrorCode& ec) const;
624 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1661 unsigned dstOffset = 0;
1669 memcpy(data + dstOffset, characters8() + srcSegmentStart, srcSegmentLength * sizeof(LChar));
1670 dstOffset += srcSegmentLength;
1671 memcpy(data + dstOffset, replacement, repStrLength * sizeof(LChar));
1672 dstOffset += repStrLength;
1677 memcpy(data + dstOffset, characters8() + srcSegmentStart, srcSegmentLength * sizeof(LChar));
1679 ASSERT(dstOffset + srcSegmentLength == newImpl->length());
1689 memcpy(data + dstOffset, characters16() + srcSegmentStart, srcSegmentLength * sizeof(UChar));
1691 dstOffset += srcSegmentLength;
1693 data[i + dstOffset]
1820 unsigned dstOffset = 0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseDateAndTimeInputType.cpp96 double dstOffset = calculateDSTOffset(ms, utcOffset); local
97 int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
H A DMonthInputType.cpp91 double dstOffset = calculateDSTOffset(current, utcOffset); local
92 int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
H A DTimeInputType.cpp78 double dstOffset = calculateDSTOffset(current, utcOffset); local
79 int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp373 int32_t rawOffset, dstOffset; local
375 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
379 return (rawOffset + dstOffset);
384 int32_t& dstOffset, UErrorCode& status) const {
385 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
390 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/ {
391 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
401 int32_t& rawOffset, int32_t& dstOffset,
404 dstOffset = 0;
450 dstOffset
383 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
389 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) argument
399 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
[all...]
H A Dvzone.cpp131 int32_t& dstOffset, UErrorCode& ec) {
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) argument
H A Dolsontz.h179 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvzone.h233 * dstOffset. All computations are performed in the proleptic
245 * @param dstOffset output parameter to receive the DST offset,
255 int32_t& dstOffset, UErrorCode& ec);
H A Dtimezone.cpp609 int32_t& dstOffset, UErrorCode& ec) const {
638 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
643 // Recompute if local==TRUE, dstOffset!=0.
644 if (pass!=0 || !local || dstOffset == 0) {
648 date -= dstOffset;
1050 int32_t dstOffset; local
1051 this->getOffset(d, FALSE, rawOffset, dstOffset, status);
1056 if ((daylight && dstOffset != 0) ||
1057 (!daylight && dstOffset == 0) ||
608 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const argument
/external/icu4c/i18n/
H A Drbtz.cpp393 int32_t rawOffset, dstOffset; local
395 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
399 return (rawOffset + dstOffset);
404 int32_t& dstOffset, UErrorCode& status) const {
405 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
410 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const {
411 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
421 int32_t& rawOffset, int32_t& dstOffset,
424 dstOffset = 0;
472 dstOffset
403 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
409 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
419 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
[all...]
H A Dchnsecal.cpp488 int32_t rawOffset, dstOffset; local
490 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
492 return millis - (double)(rawOffset + dstOffset);
505 int32_t rawOffset, dstOffset; local
507 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
509 return ClockMath::floorDivide(millis + (double)(rawOffset + dstOffset), kOneDay);
H A Dvzone.cpp131 int32_t& dstOffset, UErrorCode& ec) {
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) argument
H A Dolsontz.h182 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvzone.h218 * dstOffset. All computations are performed in the proleptic
230 * @param dstOffset output parameter to receive the DST offset,
239 int32_t& dstOffset, UErrorCode& ec);

Completed in 7337 milliseconds

12