OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:correctionType
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp
30
static inline void profile(const
CorrectionType
correctionType
, DicNode *const node) {
32
switch (
correctionType
) {
76
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
82
const float spatialCost = Weighting::getSpatialCost(weighting,
correctionType
,
84
const float languageCost = Weighting::getLanguageCost(weighting,
correctionType
,
86
const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(
correctionType
,
88
profile(
correctionType
, dicNode);
92
dicNode->forwardInputIndex(0, getForwardInputCount(
correctionType
),
[
all
...]
weighting.h
33
const
CorrectionType
correctionType
,
88
virtual ErrorTypeUtils::ErrorType getErrorType(const
CorrectionType
correctionType
,
99
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
103
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
107
static int getForwardInputCount(const
CorrectionType
correctionType
);
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp
27
ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const
CorrectionType
correctionType
,
30
switch (
correctionType
) {
typing_weighting.h
213
ErrorTypeUtils::ErrorType getErrorType(const
CorrectionType
correctionType
,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
432
const
CorrectionType
correctionType
= spaceSubstitution ?
434
Weighting::addCostAndForwardInputIndex(WEIGHTING,
correctionType
, traverseSession, dicNode,
Completed in 58 milliseconds