OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codePointBeforeCursor
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
525
final int
codePointBeforeCursor
= mConnection.getCodePointBeforeCursor();
526
if (Character.isLetterOrDigit(
codePointBeforeCursor
)
527
|| settingsValues.isUsuallyFollowedBySpace(
codePointBeforeCursor
)) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java
[
all
...]
Completed in 207 milliseconds