HomeSort by relevance Sort by last modified time
    Searched full:shortcutscore (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 212 int shortcutScore;
215 shortcutScore = S_INT_MAX;
219 shortcutScore = finalScore;
221 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1;
225 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX,

Completed in 214 milliseconds