Home
last modified time | relevance | path

Searched defs:hashedKey (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp251 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey, in getTerminalEntryIndex()
283 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey, in getInternal()
311 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey, in putInternal()
350 const uint32_t hashedKey, const Entry &conflictedEntry, const int conflictedEntryIndex, in addNewEntryByResolvingConflict()
Dtrie_map.h347 AK_FORCE_INLINE int getLabel(const uint32_t hashedKey, const int level) const { in getLabel()