Home | History | Annotate | Download | only in binary

Lines Matching defs:CHUNK_SEPARATOR

58     static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes();
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.length);