Home | History | Annotate | Download | only in openwnn

Lines Matching defs:prevChar

1005                     String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string;
1006 String c = searchToggleCharacter(prevChar, ev.toggleTable, true);
2366 String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1,
2368 String c = searchToggleCharacter(prevChar, table, false);