Searched refs:startDst (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 392 int32_t startRaw, startDst; in test() local 393 fmt->getTimeZone().getOffset(d[0], FALSE, startRaw, startDst, status); in test() 399 if (startRaw + startDst > -28800000) { in test() 442 int32_t startRaw, startDst; in test() local 443 fmt->getTimeZone().getOffset(d[1], FALSE, startRaw, startDst, status); in test() 450 if (startRaw + startDst != -28800000) { in test()
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 1036 int startDst = bitlen / 8 - len; // to pad w/ nulls as per spec in toIntegerBytes() local 1038 System.arraycopy(bigBytes, startSrc, resizedBytes, startDst, len); in toIntegerBytes()
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |