Searched refs:thatRemaining (Results 1 – 1 of 1) sorted by relevance
536 int thatRemaining = thatString.size() - thatOffset; in equalsFragments() local537 int bytesToCompare = Math.min(thisRemaining, thatRemaining); in equalsFragments()562 if (bytesToCompare == thatRemaining) { // If reached end of that in equalsFragments()