Home
last modified time | relevance | path

Searched refs:startDst (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp390 int32_t startRaw, startDst; in test() local
391 fmt->getTimeZone().getOffset(d[0], FALSE, startRaw, startDst, status); in test()
397 if (startRaw + startDst > -28800000) { in test()
440 int32_t startRaw, startDst; in test() local
441 fmt->getTimeZone().getOffset(d[1], FALSE, startRaw, startDst, status); in test()
448 if (startRaw + startDst != -28800000) { in test()
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java1037 int startDst = bitlen / 8 - len; // to pad w/ nulls as per spec in toIntegerBytes() local
1039 System.arraycopy(bigBytes, startSrc, resizedBytes, startDst, len); in toIntegerBytes()
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v1/lib/main/
Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...