Searched refs:getNormalizedCompoundDistance (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_scoring.h100 mNormalizedCompoundDistanceAfterFirstWord = getNormalizedCompoundDistance();
116 float getNormalizedCompoundDistance() const { function in class:latinime::DicNodeStateScoring
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h34 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); } while (0)
43 getNormalizedCompoundDistance(), getRawLength(), prevWordCharBuf, charBuf, \
356 float getNormalizedCompoundDistance() const { function in class:latinime::DicNode
357 return mDicNodeState.mDicNodeStateScoring.getNormalizedCompoundDistance();
535 right->getNormalizedCompoundDistance() - getNormalizedCompoundDistance();

Completed in 84 milliseconds