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