HomeSort by relevance Sort by last modified time
    Searched refs:S_INT_MIN (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 286 #ifndef S_INT_MIN
290 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31)
301 #define NOT_A_DICT_POS (S_INT_MIN)
307 #define NOT_A_FIRST_WORD_CONFIDENCE (S_INT_MIN)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 221 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1;
225 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX,
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
trie_map_test.cpp 66 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
67 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);
202 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
203 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);

Completed in 169 milliseconds