Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt108 fun findInLoadedRegion(reader: StreamingReader, endIndex: Long = reader.endIndex): Long { in findInLoadedRegion() method
193 return StringSearch(str).findInLoadedRegion(this, stopAt) in searchFor()