HomeSort by relevance Sort by last modified time
    Searched defs:CHUNK_SEPARATOR (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 53 static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes();
254 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
255 encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length;
304 CHUNK_SEPARATOR,
308 CHUNK_SEPARATOR.length);
312 (chunksSoFar * CHUNK_SEPARATOR.length);
313 encodedIndex += CHUNK_SEPARATOR.length;
355 CHUNK_SEPARATOR,
358 encodedDataLength - CHUNK_SEPARATOR.length,
359 CHUNK_SEPARATOR.length)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 

Completed in 440 milliseconds