Home | History | Annotate | Download | only in openwnn

Lines Matching defs:charCode

233      * @param charCode      A character code
236 private boolean insertCharToComposingText(int charCode) {
237 if (charCode == 0) {
240 insertCharToComposingText(Character.toChars(charCode));
587 int charCode = ev.getUnicodeChar(MetaKeyKeyListener.META_SHIFT_ON | MetaKeyKeyListener.META_ALT_ON);
588 if (charCode == 0 || (charCode & KeyCharacterMap.COMBINING_ACCENT) != 0 || charCode == PRIVATE_AREA_CODE) {