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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h445 const int depthDiff = right->getNodeCodePointCount() - depth; local
446 if (depthDiff != 0) {
447 return depthDiff > 0;

Completed in 36 milliseconds