Home | History | Annotate | Download | only in widget

Lines Matching defs:currentChar

705             final char currentChar = mTextView.getText().charAt(offset);
707 if (Character.isSurrogatePair(currentChar, nextChar)) {