Searched refs:afterText (Results 1 – 2 of 2) sorted by relevance
136 val afterText = getText(indexAfter) in verify() constant137 if (beforeText != null && afterText != null) { in verify()138 assertThat(beforeText).isEqualTo(afterText) in verify()
485 SourceLocation afterText = loc.getLocWithOffset(text.size()); in commitReplaceText() local487 addRemoval(CharSourceRange::getCharRange(loc, afterText)); in commitReplaceText()