Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dtrie_map.cpp131 iterationState->emplace_back(popCount(entry.getBitmap()), entry.getTableIndex()); in iterateNext()
224 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label); in getTerminalEntryIndex()
279 const int mapIndex = bitmapEntry.getTableIndex(); in putInternal()
Dtrie_map.h102 mTrieMap->popCount(bitmapEntry.getBitmap()), bitmapEntry.getTableIndex()); in TrieMapIterator()
258 AK_FORCE_INLINE int getTableIndex() const { in getTableIndex() function
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java563 mCurrentInstantTable[getTableIndex(primaryCode)])); in onKey()
579 int index = getTableIndex(primaryCode); in onKey()
591 mCurrentInstantTable[getTableIndex(primaryCode)])); in onKey()
1032 private int getTableIndex(int keyCode) { in getTableIndex() method in DefaultSoftKeyboardJAJP