Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp244 const int mapIndex = getTailEntryIndex(); in allocateTable() local
248 return mapIndex; in allocateTable()
315 const int mapIndex = bitmapEntry.getTableIndex(); in putInternal() local
318 return addNewEntryByExpandingTable(key, value, mapIndex, bitmap, bitmapEntryIndex, label); in putInternal()
320 const int entryIndex = mapIndex + popCount(bitmap, label); in putInternal()