Searched refs:closeParenIndex (Results 1 – 1 of 1) sorted by relevance
40 val closeParenIndex = this.indexOf(')', openParenIndex) in firstSentence() constant45 return if (closeParenIndex != -1) { in firstSentence()46 … this.substring(0, closeParenIndex) + this.substring(closeParenIndex, this.length).firstSentence() in firstSentence()