Searched refs:getNextLevelBitmapEntryIndex (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/ |
D | trie_map_test.cpp | 42 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/ |
D | trie_map.h | 87 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);
|
D | trie_map.cpp | 67 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/ |
D | language_model_dict_content.cpp | 192 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()
|