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

12

/external/icu/icu4c/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...]
H A Ddtfmttst.cpp288 UnicodeString dstOffset = (UnicodeString)"" + sign + (hours < 10 ? "0" : "") + local
291 dstOffset = dstOffset + ":" + (seconds < 10 ? "0" : "") + seconds;
314 UBool ok = fmtDstOffset == 0 || *fmtDstOffset == dstOffset;
317 logln(UnicodeString() + i + " " + *id + " " + dstOffset +
323 errln(UnicodeString() + i + " " + *id + " " + dstOffset +
/external/icu/icu4c/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/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp183 int dstOffset; member in struct:deqp::gles3::Functional::SingleBufferCopyCase::__anon3286
196 int dstOffset = copyRanges[ndx].dstOffset; local
207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize);
210 glCopyBufferSubData(m_srcTarget, m_dstTarget, srcOffset, dstOffset, copySize);
288 int dstOffset; member in struct:deqp::gles3::Functional::__anon3287
312 cases[ndx].srcOffset, cases[ndx].dstOffset, cases[ndx].copySize,
/external/icu/icu4c/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.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;
H A Dtimezone.h508 * dstOffset. All computations are performed in the proleptic
519 * @param dstOffset output parameter to receive the DST offset,
529 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/icu/icu4c/source/i18n/
H A Drbtz.cpp389 int32_t rawOffset, dstOffset; local
391 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
395 return (rawOffset + dstOffset);
400 int32_t& dstOffset, UErrorCode& status) const {
401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
406 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const {
407 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
417 int32_t& rawOffset, int32_t& dstOffset,
420 dstOffset = 0;
468 dstOffset
399 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
405 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
415 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.cpp484 int32_t rawOffset, dstOffset; local
486 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
488 return millis - (double)(rawOffset + dstOffset);
501 int32_t rawOffset, dstOffset; local
503 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
505 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.h183 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);
H A Dcalendar.cpp1482 int32_t rawOffset, dstOffset; local
1483 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1484 localMillis += (rawOffset + dstOffset);
1551 fFields[UCAL_DST_OFFSET] = dstOffset;
3135 int32_t rawOffset, dstOffset; local
3141 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
3145 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3150 UDate tgmt = wall - (rawOffset + dstOffset);
3157 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
3165 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, e
[all...]
H A Dtimezone.cpp673 int32_t& dstOffset, UErrorCode& ec) const {
702 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
707 // Recompute if local==TRUE, dstOffset!=0.
708 if (pass!=0 || !local || dstOffset == 0) {
712 date -= dstOffset;
672 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const argument
H A Dtzfmt.cpp695 int32_t rawOffset, dstOffset; local
696 tz.getOffset(date, FALSE, rawOffset, dstOffset, status);
697 int32_t offset = rawOffset + dstOffset;
759 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
785 int32_t rawOffset, dstOffset; local
786 tz->getOffset(date, FALSE, rawOffset, dstOffset, status);
789 formatOffsetLocalizedGMT(rawOffset + dstOffset, result, status);
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp444 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
450 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
451 dst[dstOffset+1] = (deUint8)deClamp32((int)baseG[subBlock] + modifier, 0, 255);
452 dst[dstOffset+2] = (deUint8)deClamp32((int)baseB[subBlock] + modifier, 0, 255);
539 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
548 dst[dstOffset+0] = 0;
549 dst[dstOffset+1] = 0;
550 dst[dstOffset+2] = 0;
563 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
564 dst[dstOffset
655 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
702 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
749 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_A8; local
796 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_R11; local
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java653 private void copy(byte[] src, int srcOffset, char[] dst, int dstOffset, int length) { argument
655 dst[dstOffset++]=(char)(src[srcOffset++] & UConverterConstants.UNSIGNED_BYTE_MASK);
/external/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/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp1025 const int dstOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*vecNdx : 0); local
1027 deUint8* dstPtr = (deUint8*)dstBasePtr + dstOffset;
1052 const int dstOffset = sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps); local
1054 deUint8* dstPtr = (deUint8*)dstBasePtr + dstOffset;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegression.java767 int dstOffset = cal.get(Calendar.DST_OFFSET);
770 "; DST_OFFSET=" + dstOffset/H +
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp308 size_t dstOffset = dstRB - (width << 2); local
347 dst = (SkPMColor *)((char*)dst + dstOffset);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java214 String dstOffset = sign + (hours < 10 ? "0" : "") + hours
217 dstOffset += ":" + (seconds < 10 ? "0" : "") + seconds;
245 boolean ok = fmtDstOffset == null || fmtDstOffset.equals("") || fmtDstOffset.equals(dstOffset);
247 logln(i + " " + ids[i] + " " + dstOffset + " "
250 errln(i + " " + ids[i] + " " + dstOffset + " " + fmtOffset + " *** FAIL ***");

Completed in 675 milliseconds

12