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