Searched defs:updatedCount (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dforgetting_curve_utils.cpp68 const int updatedCount = originalHistoricalInfo->getCount() + 1; local
69 if (updatedCount >= OCCURRENCES_TO_RAISE_THE_LEVEL) {
81 return HistoricalInfo(timestamp, originalHistoricalInfo->getLevel(), updatedCount);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.cpp360 const int updatedCount = originalHistoricalInfo->getCount() / 2; local
361 if (updatedCount == 0) {
369 originalHistoricalInfo->getLevel(), updatedCount);

Completed in 132 milliseconds