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

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.h 27 class BigramDictionary {
29 BigramDictionary(const uint8_t *const streamStart);
35 ~BigramDictionary();
37 DISALLOW_IMPLICIT_CONSTRUCTORS(BigramDictionary);
bigram_dictionary.cpp 30 BigramDictionary::BigramDictionary(const uint8_t *const streamStart) : DICT_ROOT(streamStart) {
32 AKLOGI("BigramDictionary - constructor");
36 BigramDictionary::~BigramDictionary() {
39 void BigramDictionary::addWordBigram(int *word, int length, int probability, int *bigramProbability,
100 int BigramDictionary::getBigrams(const int *prevWord, int prevWordLength, int *inputCodePoints,
148 int BigramDictionary::getBigramListPositionForWord(const int *prevWord, const int prevWordLength,
169 void BigramDictionary::fillBigramAddressToProbabilityMapAndFilter(const int *prevWord,
193 bool BigramDictionary::checkFirstCharacter(int *word, int *inputCodePoints) const
    [all...]
dictionary.h 26 class BigramDictionary;
86 const BigramDictionary *mBigramDictionary;
dictionary.cpp 42 mBigramDictionary(new BigramDictionary(mOffsetDict)),

Completed in 955 milliseconds