Searched defs:csize (Results 1 – 6 of 6) sorted by relevance
139 long csize = ze.getCompressedSize(); in test_setLevelI() local160 long csize = ze.getCompressedSize(); in test_setMethodI() local
43 long csize = -1; // compressed size of entry data field in ZipEntry194 public void setCompressedSize(long csize) { in setCompressedSize()
452 long csize = e.csize; in writeCEN() local
547 e. csize = getEntryCSize(jzentry); in getZipEntry() local
2048 int csize = 0; in writeBytes() local2070 int csize = Math.min(endoff - off, CHAR_BUF_SIZE); in writeChars() local2210 int csize = Math.min(len - off, CHAR_BUF_SIZE); in getUTFLength() local2275 int csize = Math.min(len - off, CHAR_BUF_SIZE); in writeUTFBody() local
163 jlong csize; /* size of compressed data (zero if uncompressed) */ member