Searched refs:getNodeCodePointCount (Results 1 – 4 of 4) sorted by relevance
44 getNodeCodePointCount() \132 parentDicNode->getNodeCodePointCount()); in initAsPassingChild()152 return getNodeCodePointCount() == 0; in isRoot()161 return getNodeCodePointCount() == mDicNodeProperties.getLeavingDepth(); in isLeavingNode()165 return getNodeCodePointCount() == 1; in isFirstLetter()183 const int currentWordLen = getNodeCodePointCount(); in isValidMultipleWordSuggestion()216 const int currentDicNodeDepth = getNodeCodePointCount(); in isTerminalDicNode()223 const uint16_t currentDepth = getNodeCodePointCount(); in shouldBeFilteredBySafetyNetForBigram()397 inline uint16_t getNodeCodePointCount() const { in getNodeCodePointCount() function430 const int depth = getNodeCodePointCount(); in compare()[all …]
60 const bool isFirstLetterOmission = dicNode->getNodeCodePointCount() == 2; in getOmissionCost()92 if (dicNode->getNodeCodePointCount() == 2) { in getMatchedCost()141 const bool singleChar = dicNode->getNodeCodePointCount() == 1; in getInsertionCost()
108 dicNode->getOutputWordBuf(), dicNode->getNodeCodePointCount()); in sameAsTyped()
189 const bool shortCappedWord = dicNode->getNodeCodePointCount() in isGoodToTraverseNextWord()