OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DEPTH_MULTIPLIER
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
defines.h
203
#define
MAX_DEPTH_MULTIPLIER
3
unigram_dictionary.cpp
187
const int maxDepth = min(mInputLength *
MAX_DEPTH_MULTIPLIER
, MAX_WORD_LENGTH);
[
all
...]
Completed in 15 milliseconds