Searched refs:getPrevWordsLength (Results 1 – 2 of 2) sorted by relevance
45 + 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()
110 int16_t getPrevWordsLength() const { in getPrevWordsLength() function