Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp297 int lastBitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in createAndGetBitmapEntryIndex() local
299 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()