OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxWordLength
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java
85
final int
maxWordLength
= getMaxWordLength();
114
if (wordLen <
maxWordLength
&& wordLen > 1) {
UserDictionary.java
116
final int
maxWordLength
= getMaxWordLength();
123
if (word.length() <
maxWordLength
) {
BinaryDictionary.java
68
int
maxWordLength
, int maxWords, int maxAlternatives, int skipPos,
/packages/inputmethods/LatinIME/native/src/
dictionary.h
35
int
maxWordLength
, int maxWords, int maxAlternatives, int skipPos,
dictionary.cpp
52
int
maxWordLength
, int maxWords, int maxAlternatives, int skipPos,
61
mMaxWordLength =
maxWordLength
;
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp
91
jcharArray outputArray, jintArray frequencyArray, jint
maxWordLength
, jint maxWords,
105
maxWordLength
, maxWords, maxAlternatives, skipPos, nextLetters, nextLettersSize);
Completed in 94 milliseconds