HomeSort by relevance Sort by last modified time
    Searched refs:getNodeCodePointCount (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 35 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
44 getNodeCodePointCount() \
132 parentDicNode->getNodeCodePointCount());
140 uint16_t newDepth = static_cast<uint16_t>(dicNode->getNodeCodePointCount() + 1);
152 return getNodeCodePointCount() == 0;
160 ASSERT(getNodeCodePointCount() <= mDicNodeProperties.getLeavingDepth());
161 return getNodeCodePointCount() == mDicNodeProperties.getLeavingDepth();
165 return getNodeCodePointCount() == 1;
183 const int currentWordLen = getNodeCodePointCount();
216 const int currentDicNodeDepth = getNodeCodePointCount();
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 108 dicNode->getOutputWordBuf(), dicNode->getNodeCodePointCount());
typing_weighting.h 60 const bool isFirstLetterOmission = dicNode->getNodeCodePointCount() == 2;
92 if (dicNode->getNodeCodePointCount() == 2) {
141 const bool singleChar = dicNode->getNodeCodePointCount() == 1;
typing_traversal.h 189 const bool shortCappedWord = dicNode->getNodeCodePointCount()

Completed in 50 milliseconds