OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
84
static const int
MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE
;
suggest.cpp
37
const int Suggest::
MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE
= 2;
92
if (traverseSession->getInputSize() >
MIN_CONTINUOUS_SUGGESTION_INPUT_SIZE
Completed in 21 milliseconds