Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp161 iterationState->emplace_back(popCount(entry.getBitmap()), entry.getTableIndex()); in iterateNext()
257 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label); in getTerminalEntryIndex()
315 const int mapIndex = bitmapEntry.getTableIndex(); in putInternal()
434 const int entryIndex = bitmapEntry.getTableIndex() + i; in removeInner()
Dtrie_map.h106 mTrieMap->popCount(bitmapEntry.getBitmap()), bitmapEntry.getTableIndex()); in TrieMapIterator()
269 AK_FORCE_INLINE int getTableIndex() const { in getTableIndex() function