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/
digraph_utils.cpp 68 return NOT_A_CODE_POINT;
73 return NOT_A_CODE_POINT;
81 return NOT_A_CODE_POINT;
terminal_attributes.h 51 if (NOT_A_CODE_POINT == codePoint) break;
binary_format.h 219 while (codePoint != NOT_A_CODE_POINT) {
225 if (codePoint == NOT_A_CODE_POINT && key[keyIndex] == 0) {
228 while (codePoint != NOT_A_CODE_POINT && outValueIndex < outValueSize) {
236 while (codePoint != NOT_A_CODE_POINT) {
240 while (codePoint != NOT_A_CODE_POINT) {
296 return NOT_A_CODE_POINT;
491 while (NOT_A_CODE_POINT != character) {
581 while (NOT_A_CODE_POINT != nextChar && --charCount > 0) {
    [all...]
proximity_info_utils.h 37 if (c == NOT_A_CODE_POINT) {
221 proximities[i] = NOT_A_CODE_POINT;
unigram_dictionary.cpp     [all...]
defines.h 277 #define NOT_A_CODE_POINT (-1)
proximity_info.cpp 158 return NOT_A_CODE_POINT;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_state_input.h 40 mPrevCodePoint[i] = NOT_A_CODE_POINT;
dic_node_utils.cpp 83 ASSERT(NOT_A_CODE_POINT != codePoint);
92 ? BinaryFormat::getCodePointAndForwardPointer(dicRoot, &pos) : NOT_A_CODE_POINT;
93 const bool isLastChar = (NOT_A_CODE_POINT == nextCodePoint);
98 } while (NOT_A_CODE_POINT != codePoint);

Completed in 63 milliseconds