Home | History | Annotate | Download | only in latin

Lines Matching refs:isAlphabet

1160     private static boolean isAlphabet(int code) {
1561 if (!isComposingWord && (isAlphabet(primaryCode)
1603 // that don't match the test if ((isAlphabet...)) at the top of this method.
2166 if (!(isAlphabet(firstChar)