Home
last modified time | relevance | path

Searched refs:getBitmapEntryIndex (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp119 const int bitmapEntryIndex = getBitmapEntryIndex(prevWordIds); in getNgramProbabilityEntry()
145 const int bitmapEntryIndex = getBitmapEntryIndex(prevWordIds); in removeNgramProbabilityEntry()
155 const int bitmapEntryIndex = getBitmapEntryIndex(prevWordIds); in getProbabilityEntries()
318 int LanguageModelDictContent::getBitmapEntryIndex(const WordIdArrayView prevWordIds) const { in getBitmapEntryIndex() function in latinime::LanguageModelDictContent
Dlanguage_model_dict_content.h241 int getBitmapEntryIndex(const WordIdArrayView prevWordIds) const;