HomeSort by relevance Sort by last modified time
    Searched refs:NOT_A_CODE_POINT (Results 1 - 10 of 10) 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/suggest/core/dictionary/
digraph_utils.cpp 64 return NOT_A_CODE_POINT;
69 return NOT_A_CODE_POINT;
77 return NOT_A_CODE_POINT;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
byte_array_utils.h 141 return NOT_A_CODE_POINT;
161 while (NOT_A_CODE_POINT != codePoint && length < maxLength) {
173 while (NOT_A_CODE_POINT != codePoint && length < maxLength) {
188 if (codePoint == NOT_A_CODE_POINT || codePoint == CHARACTER_ARRAY_TERMINATOR) {
209 if (codePoint == NOT_A_CODE_POINT || codePoint == CHARACTER_ARRAY_TERMINATOR) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 40 mPrevCodePoint[i] = NOT_A_CODE_POINT;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_reading_utils.cpp 75 if (codePoint == NOT_A_CODE_POINT) {
76 // CAVEAT: codePoint == NOT_A_CODE_POINT means the code point is
80 AKLOGE("codePoint is NOT_A_CODE_POINT. pos: %d, codePoint: 0x%x, buffer[pos - 1]: 0x%x",
patricia_trie_policy.cpp 103 while (NOT_A_CODE_POINT != nextChar && --charCount > 0) {
265 while (NOT_A_CODE_POINT != character) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 37 if (c == NOT_A_CODE_POINT) {
228 proximities[i] = NOT_A_CODE_POINT;
proximity_info.cpp 148 return NOT_A_CODE_POINT;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 115 NOT_A_DICT_POS /* pos */, rootGroupPos, NOT_A_CODE_POINT /* nodeCodePoint */,
128 NOT_A_DICT_POS /* pos */, rootGroupPos, NOT_A_CODE_POINT /* nodeCodePoint */,
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 295 #define NOT_A_CODE_POINT (-1)

Completed in 40 milliseconds