Home
last modified time | relevance | path

Searched refs:needsToDecay (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.h46 static bool needsToDecay(const bool mindsBlockByDecay, const EntryCounts &entryCounters,
Dforgetting_curve_utils.cpp127 /* static */ bool ForgettingCurveUtils::needsToDecay(const bool mindsBlockByDecay, in needsToDecay() function in latinime::ForgettingCurveUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp473 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp518 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()