Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp364 const Entry newBitmapEntry(setExist(0 /* bitmap */, nextLabel), newTableIndex); in addNewEntryByResolvingConflict()
391 setExist(setExist(0 /* bitmap */, nextLabel), conflictedKeyNextLabel); in addNewEntryByResolvingConflict()
418 if (!writeEntry(Entry(setExist(bitmap, label), newTableIndex), bitmapEntryIndex)) { in addNewEntryByExpandingTable()
Dtrie_map.h330 AK_FORCE_INLINE uint32_t setExist(const uint32_t bitmap, const int index) const { in setExist() function