Searched refs:stopAt (Results 1 – 1 of 1) sorted by relevance
191 val stopAt = minOf(endIndex, this.length - 1) in searchFor() constant193 return StringSearch(str).findInLoadedRegion(this, stopAt) in searchFor()195 return StringSearch(str).find(this, 0, stopAt) in searchFor()