Searched refs:bitmapEntryIndices (Results 1 – 1 of 1) sorted by relevance
45 int bitmapEntryIndices[MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1]; in getWordAttributes() local46 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()