Home
last modified time | relevance | path

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

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java1028 int startSrc = 0; in toIntegerBytes() local
1033 startSrc = 1; in toIntegerBytes()
1038 System.arraycopy(bigBytes, startSrc, resizedBytes, startDst, len); in toIntegerBytes()