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