Home
last modified time | relevance | path

Searched defs:bitmapEntryIndex (Results 1 – 3 of 3) 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() local
136 const int bitmapEntryIndex = createAndGetBitmapEntryIndex(prevWordIds); in setNgramProbabilityEntry() local
145 const int bitmapEntryIndex = getBitmapEntryIndex(prevWordIds); in removeNgramProbabilityEntry() local
155 const int bitmapEntryIndex = getBitmapEntryIndex(prevWordIds); in getProbabilityEntries() local
175 const HeaderPolicy *const headerPolicy, const int bitmapEntryIndex, in exportAllNgramEntriesRelatedToWordInner()
319 int bitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in getBitmapEntryIndex() local
330 bool LanguageModelDictContent::updateAllProbabilityEntriesForGCInner(const int bitmapEntryIndex, in updateAllProbabilityEntriesForGCInner()
421 const int targetLevel, const int bitmapEntryIndex, std::vector<int> *const prevWordIds, in getEntryInfo()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp67 int TrieMap::getNextLevelBitmapEntryIndex(const int key, const int bitmapEntryIndex) { in getNextLevelBitmapEntryIndex()
103 bool TrieMap::put(const int key, const uint64_t value, const int bitmapEntryIndex) { in put()
116 bool TrieMap::remove(const int key, const int bitmapEntryIndex) { in remove()
284 const int bitmapEntryIndex, const int level) const { in getInternal() argument
312 const int bitmapEntryIndex, const Entry &bitmapEntry, const int level) { in putInternal()
399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) { in addNewEntryByExpandingTable()
Dtrie_map.h98 TrieMapIterator(const TrieMap *const trieMap, const int bitmapEntryIndex) in TrieMapIterator()
145 TrieMapRange(const TrieMap *const trieMap, const int bitmapEntryIndex) in TrieMapRange()
203 const TrieMapRange getEntriesInSpecifiedLevel(const int bitmapEntryIndex) const { in getEntriesInSpecifiedLevel()