Searched refs:textAsString (Results 1 – 1 of 1) sorted by relevance
4145 final String textAsString = text.toString(); in highlightTextDifferences() local4146 suggestionInfo.mText.insert(0, textAsString.substring(unionStart, spanStart)); in highlightTextDifferences()4147 suggestionInfo.mText.append(textAsString.substring(spanEnd, unionEnd)); in highlightTextDifferences()