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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 707 const int matchWeight = powerIntCapped(typedLetterMultiplier,
709 multiplyIntCapped(matchWeight, &finalFreq);
735 const int matchWeight = powerIntCapped(typedLetterMultiplier, matchCount);
736 multiplyIntCapped(matchWeight, &finalFreq);
    [all...]

Completed in 46 milliseconds