OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_WORDS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
40
public static final int
MAX_WORDS
= 18;
51
private final char[] mOutputChars = new char[MAX_WORD_LENGTH *
MAX_WORDS
];
53
private final int[] mScores = new int[
MAX_WORDS
];
125
MAX_WORD_LENGTH,
MAX_WORDS
, MAX_PROXIMITY_CHARS_SIZE);
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h
111
const int
MAX_WORDS
;
Completed in 24 milliseconds