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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h216 const int currentDicNodeDepth = getNodeCodePointCount(); local
218 return isTerminalPtNode && currentDicNodeDepth > 0
219 && currentDicNodeDepth == terminalDicNodeDepth;

Completed in 32 milliseconds