Searched defs:mLeavingDepth (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_properties.h35 mWordId(NOT_A_WORD_ID), mDepth(0), mLeavingDepth(0), mPrevWordCount(0) {}
46 mLeavingDepth = leavingDepth;
57 mLeavingDepth = 0;
67 mLeavingDepth = dicNodeProp->mLeavingDepth;
79 mLeavingDepth = dicNodeProp->mLeavingDepth;
99 return mLeavingDepth;
107 return (mChildrenPtNodeArrayPos != NOT_A_DICT_POS) || mDepth != mLeavingDepth;
126 uint16_t mLeavingDepth; member in class:latinime::DicNodeProperties
[all...]

Completed in 27 milliseconds