Home
last modified time | relevance | path

Searched refs:stopAt (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt191 val stopAt = minOf(endIndex, this.length - 1) in searchFor() constant
193 return StringSearch(str).findInLoadedRegion(this, stopAt) in searchFor()
195 return StringSearch(str).find(this, 0, stopAt) in searchFor()