Home | History | Annotate | Download | only in widget

Lines Matching defs:previousChar

669             final char previousChar = mTextView.getText().charAt(offset - 1);
671 if (Character.isSurrogatePair(previousPreviousChar, previousChar)) {