Home
last modified time | relevance | path

Searched defs:tableIndex (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp222 bool TrieMap::freeTable(const int tableIndex, const int entryCount) { in freeTable()
234 const int tableIndex = readEmptyTableLink(entryCount); in allocateTable() local
399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) { in addNewEntryByExpandingTable()
Dtrie_map.h364 AK_FORCE_INLINE bool writeEmptyTableLink(const int tableIndex, const int entryCount) { in writeEmptyTableLink()