Searched refs:mDepth (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_properties.h35 mIsBlacklistedOrNotAWord(false), mDepth(0), mLeavingDepth(0) {}
50 mDepth = depth;
64 mDepth = 0;
77 mDepth = dicNodeProp->mDepth;
92 mDepth = dicNodeProp->mDepth + 1; // Increment the depth of a passing child
115 return mDepth;
128 return mHasChildrenPtNodes || mDepth != mLeavingDepth;
150 uint16_t mDepth; member in class:latinime::DicNodeProperties
[all...]

Completed in 53 milliseconds