Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.cpp182 const int ForgettingCurveUtils::ProbabilityTable::STRONG_PROBABILITY_TABLE_ID = 2; member in latinime::ForgettingCurveUtils::ProbabilityTable
223 } else if (tableId == STRONG_PROBABILITY_TABLE_ID) { in getBaseProbabilityForLevel()
Dforgetting_curve_utils.h77 static const int STRONG_PROBABILITY_TABLE_ID; variable