Searched refs:thisLen (Results 1 – 4 of 4) sorted by relevance
261 int thisLen = this.len; in inflate() local264 bytesRead += (thisLen - this.len); in inflate()
445 int thisLen = this.len; in deflate() local448 bytesRead += (thisLen - this.len); in deflate()
664 int thisLen = path.length; in endsWith() local668 if (thatLen > thisLen) in endsWith()672 if (thisLen > 0 && thatLen == 0) in endsWith()690 int expectedLen = thisLen; in endsWith()705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()
1356 int thisLen = this.names.length; in commonAncestor() local1357 if (thisLen == 0 || otherLen == 0) { in commonAncestor()1360 int minLen = (thisLen < otherLen) ? thisLen: otherLen; in commonAncestor()