HomeSort by relevance Sort by last modified time
    Searched refs:getMostFrequentWordLike (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 104 int getMostFrequentWordLike(const int startInputIndex, const int inputLength,
unigram_dictionary.cpp 413 const int firstFreq = getMostFrequentWordLike(firstWordStartPos, firstWordLength, mWord);
423 const int secondFreq = getMostFrequentWordLike(secondWordStartPos, secondWordLength, mWord);
444 inline int UnigramDictionary::getMostFrequentWordLike(const int startInputIndex,
    [all...]

Completed in 38 milliseconds