Home | History | Annotate | Download | only in latin

Lines Matching refs:lastTwo

1225         final CharSequence lastTwo = mConnection.getTextBeforeCursor(2, 0);
1226 // It is guaranteed lastTwo.charAt(1) is a swapper - else this method is not called.
1227 if (lastTwo != null && lastTwo.length() == 2
1228 && lastTwo.charAt(0) == Constants.CODE_SPACE) {
1230 final String text = lastTwo.charAt(1) + " ";
1233 ResearchLogger.latinIME_swapSwapperAndSpace(lastTwo, text);