Home
last modified time | relevance | path

Searched refs:S_INT_MIN (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
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)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp268 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1; in outputShortcuts()
272 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX, in outputShortcuts()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp95 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX); in TEST()
231 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX); in TEST()