Searched refs:dstOffset (Results 26 - 50 of 50) sorted by relevance

12

/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h617 int32_t& dstOffset, UErrorCode& ec) const;
624 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
H A Dtimezone.h494 * dstOffset. All computations are performed in the proleptic
505 * @param dstOffset output parameter to receive the DST offset,
515 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvtzone.h241 * 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;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp1290 int32_t rawOffset, dstOffset; local
1291 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1292 localMillis += (rawOffset + dstOffset);
1359 fFields[UCAL_DST_OFFSET] = dstOffset;
2905 int32_t rawOffset, dstOffset; local
2911 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
2915 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
2920 UDate tgmt = wall - (rawOffset + dstOffset);
2927 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
2935 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, e
[all...]
H A Dtimezone.cpp651 int32_t& dstOffset, UErrorCode& ec) const {
680 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
685 // Recompute if local==TRUE, dstOffset!=0.
686 if (pass!=0 || !local || dstOffset == 0) {
690 date -= dstOffset;
650 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const argument
H A Dtzfmt.cpp689 int32_t rawOffset, dstOffset; local
690 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
691 int32_t offset = rawOffset + dstOffset;
753 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
779 int32_t rawOffset, dstOffset; local
780 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
782 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);
H A Dvtzone.cpp1198 int32_t& dstOffset, UErrorCode& status) const {
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1197 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp1419 int32_t rawOffset, dstOffset; local
1420 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1421 localMillis += (rawOffset + dstOffset);
1488 fFields[UCAL_DST_OFFSET] = dstOffset;
3066 int32_t rawOffset, dstOffset; local
3072 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
3076 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3081 UDate tgmt = wall - (rawOffset + dstOffset);
3088 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
3096 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, e
[all...]
H A Dtimezone.cpp651 int32_t& dstOffset, UErrorCode& ec) const {
680 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
685 // Recompute if local==TRUE, dstOffset!=0.
686 if (pass!=0 || !local || dstOffset == 0) {
690 date -= dstOffset;
650 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const argument
H A Dtzfmt.cpp689 int32_t rawOffset, dstOffset; local
690 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
691 int32_t offset = rawOffset + dstOffset;
753 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
779 int32_t rawOffset, dstOffset; local
780 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
782 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);
H A Dvtzone.cpp1198 int32_t& dstOffset, UErrorCode& status) const {
1199 return tz->getOffset(date, local, rawOffset, dstOffset, status);
1197 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_unittest.cc27 " \"dstOffset\" : 0.0,\n"
51 timezone.dstOffset = 0;
58 "dstOffset=0.000000, rawOffset=-28800.000000, "
271 "dstOffset=0.000000, rawOffset=0.000000, timeZoneId='', timeZoneName='', "
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h494 * dstOffset. All computations are performed in the proleptic
505 * @param dstOffset output parameter to receive the DST offset,
515 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvtzone.h241 * 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;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitMask_D32.cpp16 size_t dstOffset = dstRB - (width << 2); local
28 device = (uint32_t*)((char*)device + dstOffset);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java475 int dstOffset = arrayDst.arrayOffset() + arrayDst.position();
478 arrayDst.array(), dstOffset, dst.remaining(), source.getContext(),
/external/skia/src/core/
H A DSkBlitMask_D32.cpp16 size_t dstOffset = dstRB - (width << 2); local
28 device = (uint32_t*)((char*)device + dstOffset);
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp1009 const int dstOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*vecNdx : 0); local
1011 deUint8* dstPtr = (deUint8*)dstBasePtr + dstOffset;
1036 const int dstOffset = sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps); local
1038 deUint8* dstPtr = (deUint8*)dstBasePtr + dstOffset;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp421 size_t dstOffset = dstRB - (width << 2); local
510 dst = (SkPMColor *)((char*)dst + dstOffset);
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp421 size_t dstOffset = dstRB - (width << 2); local
510 dst = (SkPMColor *)((char*)dst + dstOffset);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp276 UnicodeString dstOffset = (UnicodeString)"" + sign + (hours < 10 ? "0" : "") + local
279 dstOffset = dstOffset + ":" + (seconds < 10 ? "0" : "") + seconds;
302 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
305 logln(UnicodeString() + i + " " + *id + " " + dstOffset +
311 errln(UnicodeString() + i + " " + *id + " " + dstOffset +
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp278 UnicodeString dstOffset = (UnicodeString)"" + sign + (hours < 10 ? "0" : "") + local
281 dstOffset = dstOffset + ":" + (seconds < 10 ? "0" : "") + seconds;
304 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
307 logln(UnicodeString() + i + " " + *id + " " + dstOffset +
313 errln(UnicodeString() + i + " " + *id + " " + dstOffset +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 624 milliseconds

12