Searched refs:lastBitmapEntryIndex (Results 1 – 1 of 1) sorted by relevance
297 int lastBitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in createAndGetBitmapEntryIndex() local299 const TrieMap::Result result = mTrieMap.get(wordId, lastBitmapEntryIndex); in createAndGetBitmapEntryIndex()301 lastBitmapEntryIndex = result.mNextLevelBitmapEntryIndex; in createAndGetBitmapEntryIndex()306 lastBitmapEntryIndex)) { in createAndGetBitmapEntryIndex()308 lastBitmapEntryIndex); in createAndGetBitmapEntryIndex()312 lastBitmapEntryIndex = mTrieMap.getNextLevelBitmapEntryIndex(wordId, in createAndGetBitmapEntryIndex()313 lastBitmapEntryIndex); in createAndGetBitmapEntryIndex()315 return lastBitmapEntryIndex; in createAndGetBitmapEntryIndex()