Searched defs:clampToValidLevelRange (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dforgetting_curve_utils.cpp62 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel() + 1);
65 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel());
92 clampToValidLevelRange(historicalInfo->getLevel()),
171 /* static */ int ForgettingCurveUtils::clampToValidLevelRange(const int level) { function in class:latinime::ForgettingCurveUtils

Completed in 78 milliseconds