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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
forgetting_curve_utils.cpp 62 if (updatedCount >= headerPolicy->getForgettingCurveOccurrencesToLevelUp()) {
173 return std::min(std::max(count, 0), headerPolicy->getForgettingCurveOccurrencesToLevelUp() - 1);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.h 214 AK_FORCE_INLINE int getForgettingCurveOccurrencesToLevelUp() const {

Completed in 159 milliseconds