Searched refs:isAlphabet (Results 1 – 1 of 1) sorted by relevance
469 private boolean isAlphabet(int code) { in isAlphabet() method in SoftKeyboard625 if (isAlphabet(primaryCode) && mPredictionOn) { in handleCharacter()