Home
last modified time | relevance | path

Searched refs:mContainedErrorTypes (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h36 mRawLength(0.0f), mContainedErrorTypes(ErrorTypeUtils::NOT_AN_ERROR), in DicNodeStateScoring()
53 mContainedErrorTypes = ErrorTypeUtils::NOT_AN_ERROR; in init()
66 mContainedErrorTypes = scoring->mContainedErrorTypes; in initByCopy()
75 mContainedErrorTypes = mContainedErrorTypes | errorType; in addCost()
185 return mContainedErrorTypes; in getContainedErrorTypes()
203 ErrorTypeUtils::ErrorType mContainedErrorTypes; variable