Home
last modified time | relevance | path

Searched defs:NOT_A_PROBABILITY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionary.java34 public static final int NOT_A_PROBABILITY = -1; field in Dictionary
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h239 #define NOT_A_PROBABILITY (-1) macro