OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLetterCode
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java
190
if (Constants.
isLetterCode
(code)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
612
if (!isSpaceCharacter(code) && (Constants.
isLetterCode
(code)
628
if (Constants.
isLetterCode
(code)) {
KeySpecParser.java
431
if (!Constants.
isLetterCode
(code) || !needsToUpperCase) return code;
Completed in 665 milliseconds