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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_properties.h 132 uint16_t getLeavingDepth() const {
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();

Completed in 42 milliseconds