Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp49 const int nextBitmapEntryIndex = in getWordAttributes() local
51 if (nextBitmapEntryIndex == TrieMap::INVALID_INDEX) { in getWordAttributes()
55 bitmapEntryIndices[i + 1] = nextBitmapEntryIndex; in getWordAttributes()