Searched refs:maxWords (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | dictionary.cpp | 31 int maxWordLength, int maxWords) in Dictionary() argument 43 maxWords, SUB_QUEUE_MAX_WORDS, maxWordLength); in Dictionary() 47 fullWordMultiplier, maxWordLength, maxWords, options); in Dictionary()
|
D | words_priority_queue.h | 44 WordsPriorityQueue(int maxWords, int maxWordLength) : in WordsPriorityQueue() argument 45 MAX_WORDS((unsigned int) maxWords), MAX_WORD_LENGTH( in WordsPriorityQueue()
|
D | dictionary.h | 35 int fullWordMultiplier, int maxWordLength, int maxWords);
|
D | unigram_dictionary.h | 77 int fullWordMultiplier, int maxWordLength, int maxWords, const unsigned int flags);
|
D | unigram_dictionary.cpp | 44 int fullWordMultiplier, int maxWordLength, int maxWords, const unsigned int flags) in UnigramDictionary() argument 45 : DICT_ROOT(streamStart), MAX_WORD_LENGTH(maxWordLength), MAX_WORDS(maxWords), in UnigramDictionary()
|
/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 49 jint typedLetterMultiplier, jint fullWordMultiplier, jint maxWordLength, jint maxWords) { in latinime_BinaryDictionary_open() argument 122 fullWordMultiplier, maxWordLength, maxWords); in latinime_BinaryDictionary_open()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | BinaryDictionary.java | 85 int typedLetterMultiplier, int fullWordMultiplier, int maxWordLength, int maxWords); in openNative() argument
|