HomeSort by relevance Sort by last modified time
    Searched full:traverseall (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
correction_state.h 56 const uint16_t childCount, const bool traverseAll) {
61 state->mNeedsToTraverseAllNodes = traverseAll;
correction.h 100 void initCorrectionState(const int rootPos, const int childCount, const bool traverseAll);
correction.cpp 128 const int rootPos, const int childCount, const bool traverseAll) {
129 latinime::initCorrectionState(mCorrectionStates, rootPos, childCount, traverseAll);
    [all...]

Completed in 66 milliseconds