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 259 int shortcutScore;
262 shortcutScore = S_INT_MAX;
266 shortcutScore = finalScore;
268 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1;
272 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX,

Completed in 90 milliseconds