Searched defs:S_INT_MIN (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h223 #ifndef S_INT_MIN
227 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31) macro
238 #define NOT_A_DICT_POS (S_INT_MIN)
239 #define NOT_A_WORD_ID (S_INT_MIN)
245 #define NOT_A_FIRST_WORD_CONFIDENCE (S_INT_MIN)

Completed in 49 milliseconds