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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 163 dicNode->mDicNodeProperties.getLeavingDepth() + additionalSubwordLength);
191 ASSERT(getDepth() <= getLeavingDepth());
192 return getDepth() == getLeavingDepth();
267 const int terminalNodeDepth = mDicNodeProperties.getLeavingDepth();
278 uint16_t getLeavingDepth() const {
279 return mDicNodeProperties.getLeavingDepth();
dic_node_properties.h 132 uint16_t getLeavingDepth() const {
dic_node_utils.cpp 153 const int terminalDepth = dicNode->getLeavingDepth();

Completed in 32 milliseconds