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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
bigram_dictionary.h 30 int getPredictions(const int *word, int length, int *outBigramCodePoints,
bigram_dictionary.cpp 95 int BigramDictionary::getPredictions(const int *prevWord, const int prevWordLength,
dictionary.cpp 87 return mBigramDictionary->getPredictions(word, length, outWords, frequencies, outputTypes);

Completed in 51 milliseconds