Home | History | Annotate | Download | only in latin

Lines Matching refs:lastOne

1751         final CharSequence lastOne = mConnection.getTextBeforeCursor(1, 0);
1752 if (lastOne != null && lastOne.length() == 1
1753 && lastOne.charAt(0) == Constants.CODE_PERIOD) {