Home
last modified time | relevance | path

Searched defs:subSequence (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt102 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in ByteArray() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt141 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in subSequence() method in trebuchet.util.BufferReader