Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp45 int bitmapEntryIndices[MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1]; in getWordAttributes() local
46 bitmapEntryIndices[0] = mTrieMap.getRootBitmapEntryIndex(); in getWordAttributes()
50 mTrieMap.get(prevWordIds[i], bitmapEntryIndices[i]).mNextLevelBitmapEntryIndex; in getWordAttributes()
55 bitmapEntryIndices[i + 1] = nextBitmapEntryIndex; in getWordAttributes()
67 const TrieMap::Result result = mTrieMap.get(wordId, bitmapEntryIndices[i]); in getWordAttributes()