OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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