Searched refs:NOT_A_CODE (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyDetector.java21 public static final int NOT_A_CODE = -1; field in class:KeyDetector
112 if (code == NOT_A_CODE) break;
H A DProximityInfo.java135 Arrays.fill(proximityCharsArray, KeyDetector.NOT_A_CODE);
260 dest[index] = KeyDetector.NOT_A_CODE;
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info.h81 static const int NOT_A_CODE = -1; member in class:latinime::ProximityInfo
H A Dproximity_info.cpp215 inputCodes[i] = NOT_A_CODE;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java31 public static final int NOT_A_CODE = KeyDetector.NOT_A_CODE; field in class:WordComposer
H A DBinaryDictionary.java175 Arrays.fill(mInputCodes, WordComposer.NOT_A_CODE);
H A DExpandableDictionary.java469 if (currentChar == KeyDetector.NOT_A_CODE) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DSpellCheckerProximityInfo.java26 final public static int NUL = KeyDetector.NOT_A_CODE;

Completed in 103 milliseconds