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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 28 static const int THRESHOLD_NEXT_WORD_PROBABILITY;
scoring_params.cpp 22 const int ScoringParams::THRESHOLD_NEXT_WORD_PROBABILITY = 40;
typing_traversal.h 186 if (probability < ScoringParams::THRESHOLD_NEXT_WORD_PROBABILITY) {

Completed in 44 milliseconds