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