Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java53 static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes(); field in Base64
254 … (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE)); in encodeBase64()
255 encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length; in encodeBase64()
304 CHUNK_SEPARATOR, in encodeBase64()
308 CHUNK_SEPARATOR.length); in encodeBase64()
312 (chunksSoFar * CHUNK_SEPARATOR.length); in encodeBase64()
313 encodedIndex += CHUNK_SEPARATOR.length; in encodeBase64()
355 CHUNK_SEPARATOR, in encodeBase64()
358 encodedDataLength - CHUNK_SEPARATOR.length, in encodeBase64()
359 CHUNK_SEPARATOR.length); in encodeBase64()