OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMostFrequentWordLikeInner
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h
106
int
getMostFrequentWordLikeInner
(const uint16_t* const inWord, const int length,
unigram_dictionary.cpp
442
// Wrapper for
getMostFrequentWordLikeInner
, which matches it to the previous
451
return
getMostFrequentWordLikeInner
(inWord, inputLength, word);
517
int UnigramDictionary::
getMostFrequentWordLikeInner
(const uint16_t * const inWord,
[
all
...]
Completed in 27 milliseconds