Searched refs:traverseAll (Results 1 – 3 of 3) sorted by relevance
56 const uint16_t childCount, const bool traverseAll) { in initCorrectionState() argument61 state->mNeedsToTraverseAllNodes = traverseAll; in initCorrectionState()
63 void initCorrectionState(const int rootPos, const int childCount, const bool traverseAll);
124 const int rootPos, const int childCount, const bool traverseAll) { in initCorrectionState() argument125 latinime::initCorrectionState(mCorrectionStates, rootPos, childCount, traverseAll); in initCorrectionState()