Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.cpp39 const int ForgettingCurveUtils::DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS = 15 * 24 * 60 * 60; member in latinime::ForgettingCurveUtils
89 DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS); in decodeProbability()
100 DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS) in needsToKeep()
110 const int durationToLevelDownInSeconds = DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS; in createHistoricalInfoToSave()
Dforgetting_curve_utils.h98 static const int DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS; variable