Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp108 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()
Dtrie_map.h308 bool putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,