Searched refs:thisPos (Results 1 – 1 of 1) sorted by relevance
703 int thisPos = offsets[thisOffsetCount - thatOffsetCount]; in endsWith() local705 if ((thatLen - thatPos) != (thisLen - thisPos)) in endsWith()708 if (this.path[thisPos++] != that.path[thatPos++]) in endsWith()