Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.cpp354 const int nextLabel = getLabel(hashedKey, level + 1); in addNewEntryByResolvingConflict() local
355 if (conflictedKeyNextLabel == nextLabel) { in addNewEntryByResolvingConflict()
364 const Entry newBitmapEntry(setExist(0 /* bitmap */, nextLabel), newTableIndex); in addNewEntryByResolvingConflict()
375 if (nextLabel < conflictedKeyNextLabel) { in addNewEntryByResolvingConflict()
391 setExist(setExist(0 /* bitmap */, nextLabel), conflictedKeyNextLabel); in addNewEntryByResolvingConflict()