Searched refs:startDst (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 390 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/ |
D | Base64Codec.java | 1037 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/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v1/lib/main/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |