Searched refs:depthDiff (Results 1 – 1 of 1) sorted by relevance
431 const int depthDiff = right->getNodeCodePointCount() - depth; in compare() local432 if (depthDiff != 0) { in compare()433 return depthDiff > 0; in compare()