Home | History | Annotate | Download | only in binary

Lines Matching defs:CHUNK_SEPARATOR

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);