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 223 #ifndef S_INT_MIN
227 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31)
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/
suggestions_output_utils.cpp 268 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1;
272 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX,
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp 94 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
95 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);
230 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
231 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);

Completed in 106 milliseconds