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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
shortcut_utils.h 47 shortcutScore = max(S_INT_MIN + 1, shortcutScore) - 1;
52 frequencies[outputWordIndex] = max(S_INT_MIN + 1, shortcutScore) - 1;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 254 #ifndef S_INT_MIN
258 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31)
binary_format.h 260 // If not a number, return S_INT_MIN
261 if (!isdigit(charBuffer[0])) return S_INT_MIN;
276 if (headerValue == S_INT_MIN) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 150 int maxScore = S_INT_MIN;

Completed in 148 milliseconds