Searched refs:findEnd (Results 1 – 1 of 1) sorted by relevance
751 index = findEnd(source, index + 1, length, '}') in createList()753 index = findEnd(source, index + 1, length, '"') in createList()773 private fun findEnd(source: String, from: Int, to: Int, sentinel: Char): Int { in findEnd() method