Home | History | Annotate | Download | only in src

Lines Matching full:max_words

41     MAX_WORD_LENGTH(maxWordLength), MAX_WORDS(maxWords),
156 while (suggestedWordsCount < MAX_WORDS && mFrequencies[suggestedWordsCount] > 0) {
282 while (insertAt < MAX_WORDS) {
289 if (insertAt < MAX_WORDS) {
299 (MAX_WORDS - insertAt - 1) * sizeof(mFrequencies[0]));
303 (MAX_WORDS - insertAt - 1) * sizeof(short) * MAX_WORD_LENGTH);