Searched refs:subSequence (Results 1 – 4 of 4) sorted by relevance
102 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in ByteArray() method
153 CLog.d("We removed the following from the output: '%s'", output.subSequence(0, indexStart)); in sanitizeOutput()
141 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in subSequence() method in trebuchet.util.BufferReader
367 activityName.subSequence(0, lastIndex) in analyzeLogCatData()369 + activityName.subSequence(lastIndex, activityName.length()); in analyzeLogCatData()