OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchedCost
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp
113
// TODO: Quit calling
getMatchedCost
().
115
+ weighting->
getMatchedCost
(traverseSession, dicNode, inputStateG);
118
// TODO: Quit calling
getMatchedCost
().
120
+ weighting->
getMatchedCost
(traverseSession, dicNode, inputStateG);
124
return weighting->
getMatchedCost
(traverseSession, dicNode, inputStateG);
weighting.h
45
virtual float
getMatchedCost
(
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h
75
float
getMatchedCost
(const DicTraverseSession *const traverseSession,
Completed in 187 milliseconds