HomeSort by relevance Sort by last modified time
    Searched refs:mTableIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h 54 int mTableIndex;
58 : mTableSize(tableSize), mTableIndex(tableIndex), mCurrentIndex(0) {}
trie_map.cpp 156 const int entryIndex = state.mTableIndex + state.mCurrentIndex;

Completed in 189 milliseconds