OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOT_A_CODE_POINT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java
55
final private static int
NOT_A_CODE_POINT
= 0;
61
// ctrl, there is no code point associated so this should be
NOT_A_CODE_POINT
to avoid
83
return new Event(EVENT_NOT_HANDLED,
NOT_A_CODE_POINT
, null);
/packages/inputmethods/LatinIME/native/jni/src/
defines.h
295
#define
NOT_A_CODE_POINT
(-1)
Completed in 309 milliseconds