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/dictionary/
shortcut_utils.h 37 int shortcutScore;
40 shortcutScore = S_INT_MAX;
44 shortcutScore = finalScore;
46 shortcutScore = max(S_INT_MIN + 1, shortcutScore) - 1;
50 frequencies[outputWordIndex] = shortcutScore;
51 frequencies[outputWordIndex] = max(S_INT_MIN + 1, shortcutScore) - 1;

Completed in 198 milliseconds