HomeSort by relevance Sort by last modified time
    Searched refs:MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h 81 static const int MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE;
suggest.cpp 37 const int Suggest::MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE = 2;
91 if (traverseSession->getInputSize() > MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE

Completed in 48 milliseconds