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

/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java58 static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes(); field in class:Base64
259 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
260 encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length;
309 CHUNK_SEPARATOR,
313 CHUNK_SEPARATOR.length);
317 (chunksSoFar * CHUNK_SEPARATOR.length);
318 encodedIndex += CHUNK_SEPARATOR.length;
360 CHUNK_SEPARATOR,
363 encodedDataLength - CHUNK_SEPARATOR.length,
364 CHUNK_SEPARATOR
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 52 milliseconds