Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h45 + mDicNodeState.mDicNodeStateOutput.getPrevWordsLength(), \
181 const int prevWordLen = mDicNodeState.mDicNodeStateOutput.getPrevWordsLength() in isValidMultipleWordSuggestion()
224 const int prevWordLen = mDicNodeState.mDicNodeStateOutput.getPrevWordsLength() in shouldBeFilteredBySafetyNetForBigram()
257 mDicNodeState.mDicNodeStateOutput.getPrevWordsLength()); in getTotalNodeSpaceCount()
403 return getNodeCodePointCount() + mDicNodeState.mDicNodeStateOutput.getPrevWordsLength(); in getTotalNodeCodePointCount()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_output.h110 int16_t getPrevWordsLength() const { in getPrevWordsLength() function