Searched defs:maxFreq (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dunigram_dictionary.cpp760 // copy the word into the output buffer. In output value maxFreq, it will
763 short unsigned int *outWord, int *maxFreq) {
764 if (freq > *maxFreq) {
769 *maxFreq = freq;
779 int maxFreq = -1; local
804 onTerminalWordLike(frequency, newWord, inputIndex, outWord, &maxFreq);
834 return maxFreq;
762 onTerminalWordLike(const int freq, int32_t *newWord, const int length, short unsigned int *outWord, int *maxFreq) argument

Completed in 40 milliseconds