Searched refs:putInternal (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | trie_map.cpp | 108 return putInternal(unsignedKey, value, getBitShuffledKey(unsignedKey), bitmapEntryIndex, in put() 311 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey, in putInternal() function in latinime::TrieMap 324 return putInternal(key, value, hashedKey, entryIndex, entry, level + 1); in putInternal() 368 return putInternal(key, value, hashedKey, conflictedEntryIndex, newBitmapEntry, level + 1); in addNewEntryByResolvingConflict()
|
D | trie_map.h | 308 bool putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,
|