OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPACE_SUBSTITUTION_COST
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h
57
static const float
SPACE_SUBSTITUTION_COST
;
scoring_params.cpp
50
const float ScoringParams::
SPACE_SUBSTITUTION_COST
= 0.334f;
typing_weighting.h
205
const float cost = ScoringParams::
SPACE_SUBSTITUTION_COST
+ ScoringParams::COST_NEW_WORD;
Completed in 102 milliseconds