HomeSort by relevance Sort by last modified time
    Searched refs:clampToValidLevelRange (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.cpp 62 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) {
forgetting_curve_utils.h 107 static int clampToValidLevelRange(const int level);

Completed in 511 milliseconds