Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/codec/binary/
DBase64.java785 int startSrc = 0; in toIntegerBytes() local
790 startSrc = 1; in toIntegerBytes()
797 System.arraycopy(bigBytes, startSrc, resizedBytes, startDst, len); in toIntegerBytes()