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