Searched refs:thatPos (Results 1 – 1 of 1) sorted by relevance
704 int thatPos = that.offsets[0]; in endsWith() local705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()707 while (thatPos < thatLen) { in endsWith()708 if (this.path[thisPos++] != that.path[thatPos++]) in endsWith()