Home
last modified time | relevance | path

Searched refs:getNextLevelBitmapEntryIndex (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp42 const int next = trieMap.getNextLevelBitmapEntryIndex(10); in TEST()
66 const int nextLevel = trieMap.getNextLevelBitmapEntryIndex(10); in TEST()
148 const int nextLevelBitmapEntryIndex = trieMap.getNextLevelBitmapEntryIndex(firstLevelKey); in TEST()
160 const int secondLevel = trieMap.getNextLevelBitmapEntryIndex(secondLevelKey.first); in TEST()
162 const int thirdLevel = trieMap.getNextLevelBitmapEntryIndex( in TEST()
174 const int secondLevel = trieMap.getNextLevelBitmapEntryIndex(firstLevelEntry.first); in TEST()
183 const int secondLevel = trieMap.getNextLevelBitmapEntryIndex(firstLevelEntry.first); in TEST()
187 trieMap.getNextLevelBitmapEntryIndex(secondLevelEntry.first, secondLevel); in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h87 AK_FORCE_INLINE int getNextLevelBitmapEntryIndex() const { in getNextLevelBitmapEntryIndex() function
181 int getNextLevelBitmapEntryIndex(const int key) { in getNextLevelBitmapEntryIndex() function
182 return getNextLevelBitmapEntryIndex(key, ROOT_BITMAP_ENTRY_INDEX); in getNextLevelBitmapEntryIndex()
185 int getNextLevelBitmapEntryIndex(const int key, const int bitmapEntryIndex);
Dtrie_map.cpp67 int TrieMap::getNextLevelBitmapEntryIndex(const int key, const int bitmapEntryIndex) { in getNextLevelBitmapEntryIndex() function in latinime::TrieMap
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp192 entry.getNextLevelBitmapEntryIndex(), prevWordIds, outBummpedFullEntryInfo); in exportAllNgramEntriesRelatedToWordInner()
288 mTrieMap.getNextLevelBitmapEntryIndex(it->second, nextLevelBitmapEntryIndex))) { in runGCInner()
312 lastBitmapEntryIndex = mTrieMap.getNextLevelBitmapEntryIndex(wordId, in createAndGetBitmapEntryIndex()
383 if (!updateAllProbabilityEntriesForGCInner(entry.getNextLevelBitmapEntryIndex(), in updateAllProbabilityEntriesForGCInner()
430 if (!getEntryInfo(headerPolicy, targetLevel, entry.getNextLevelBitmapEntryIndex(), in getEntryInfo()