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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 74 static const int PROBABILITY_TABLE_COUNT;
forgetting_curve_utils.cpp 179 const int ForgettingCurveUtils::ProbabilityTable::PROBABILITY_TABLE_COUNT = 4;
191 mTables.resize(PROBABILITY_TABLE_COUNT);
192 for (int tableId = 0; tableId < PROBABILITY_TABLE_COUNT; ++tableId) {

Completed in 1126 milliseconds