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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 108 static int clampToValidCountRange(const int count, const HeaderPolicy *const headerPolicy);
forgetting_curve_utils.cpp 53 const int count = clampToValidCountRange(newHistoricalInfo->getCount(), headerPolicy);
66 return HistoricalInfo(timestamp, level, clampToValidCountRange(count, headerPolicy));
166 /* static */ int ForgettingCurveUtils::clampToValidCountRange(const int count,

Completed in 50 milliseconds