Searched refs:thatLen (Results 1 – 1 of 1) sorted by relevance
665 int thatLen = that.path.length; in endsWith() local668 if (thatLen > thisLen) in endsWith()672 if (thisLen > 0 && thatLen == 0) in endsWith()693 if (thatLen != expectedLen) in endsWith()705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()707 while (thatPos < thatLen) { in endsWith()