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 34 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
43 getNodeCodePointCount() \
132 parentDicNode->getNodeCodePointCount());
142 uint16_t newDepth = static_cast<uint16_t>(dicNode->getNodeCodePointCount() + 1);
155 return getNodeCodePointCount() == 0;
163 ASSERT(getNodeCodePointCount() <= mDicNodeProperties.getLeavingDepth());
164 return getNodeCodePointCount() == mDicNodeProperties.getLeavingDepth();
168 return getNodeCodePointCount() == 1;
189 const int currentWordLen = getNodeCodePointCount();
227 const int currentDicNodeDepth = getNodeCodePointCount();
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 79 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 169 const bool shortCappedWord = dicNode->getNodeCodePointCount()

Completed in 3320 milliseconds