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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 69 static const float HAS_MULTI_WORD_TERMINAL_COST;
scoring_params.cpp 62 const float ScoringParams::HAS_MULTI_WORD_TERMINAL_COST = 0.3482f;
typing_weighting.h 44 cost += ScoringParams::HAS_MULTI_WORD_TERMINAL_COST;

Completed in 655 milliseconds