Home
last modified time | relevance | path

Searched refs:clampToValidLevelRange (Results 1 – 2 of 2) sorted by relevance

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