HomeSort by relevance Sort by last modified time
    Searched defs:getCompoundDistance (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 108 float getCompoundDistance() const {
109 return getCompoundDistance(1.0f);
112 float getCompoundDistance(const float languageWeight) const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 367 float getCompoundDistance() const {
368 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance();
372 float getCompoundDistance(const float languageWeight) const {
373 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance(languageWeight);

Completed in 2907 milliseconds