Home
last modified time | relevance | path

Searched refs:depthDiff (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h431 const int depthDiff = right->getNodeCodePointCount() - depth; in compare() local
432 if (depthDiff != 0) { in compare()
433 return depthDiff > 0; in compare()