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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 41 mBigramDictionary(new BigramDictionary(mDictionaryStructureWithBufferPolicy)),
48 delete mBigramDictionary;
87 return mBigramDictionary->getPredictions(word, length, outWords, frequencies, outputTypes);
101 return mBigramDictionary->getBigramProbability(word0, length0, word1, length1);
dictionary.h 101 const BigramDictionary *const mBigramDictionary;

Completed in 171 milliseconds