Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingLineReader.kt60 val lineEndIndexInclusive = foundAt - 1 in <lambda>() constant
61 if (lineStartIndex >= stream.startIndex && (lineEndIndexInclusive - lineStartIndex) >= 0) { in <lambda>()
63 if (window === stream.windowFor(lineEndIndexInclusive)) { in <lambda>()
66 (lineEndIndexInclusive - window.globalStartIndex + 1).toInt())) in <lambda>()
68 val tmpBuffer = ByteArray((lineEndIndexInclusive - lineStartIndex + 1).toInt()) in <lambda>()
69 stream.copyTo(tmpBuffer, lineStartIndex, lineEndIndexInclusive) in <lambda>()