Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp428 const int tableSize = popCount(bitmapEntry.getBitmap()); in removeInner() local
429 if (tableSize <= 0) { in removeInner()
433 for (int i = 0; i < tableSize; ++i) { in removeInner()
Dtrie_map.h57 TableIterationState(const int tableSize, const int tableIndex) in TableIterationState()
58 : mTableSize(tableSize), mTableIndex(tableIndex), mCurrentIndex(0) {} in TableIterationState()