Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp70 const int terminalEntryIndex = getTerminalEntryIndex( in getNextLevelBitmapEntryIndex()
119 const int terminalEntryIndex = getTerminalEntryIndex( in remove()
251 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey, in getTerminalEntryIndex() function in latinime::TrieMap
261 return getTerminalEntryIndex(key, hashedKey, entry, level + 1); in getTerminalEntryIndex()
285 const int terminalEntryIndex = getTerminalEntryIndex(key, hashedKey, in getInternal()
Dtrie_map.h304 int getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey,