Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp55 EXPECT_TRUE(trieMap.remove(10, trieMap.getRootBitmapEntryIndex())); in TEST()
62 EXPECT_FALSE(trieMap.remove(11, trieMap.getRootBitmapEntryIndex())) in TEST()
70 EXPECT_TRUE(trieMap.remove(10, trieMap.getRootBitmapEntryIndex())); in TEST()
76 EXPECT_TRUE(trieMap.remove(S_INT_MAX, trieMap.getRootBitmapEntryIndex())); in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp46 bitmapEntryIndices[0] = mTrieMap.getRootBitmapEntryIndex(); in getWordAttributes()
297 int lastBitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in createAndGetBitmapEntryIndex()
319 int bitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in getBitmapEntryIndex()
396 if (!getEntryInfo(headerPolicy, targetLevel, mTrieMap.getRootBitmapEntryIndex(), in turncateEntriesInSpecifiedLevel()
Dlanguage_model_dict_content.h184 if (!updateAllProbabilityEntriesForGCInner(mTrieMap.getRootBitmapEntryIndex(), in updateAllProbabilityEntriesForGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h176 int getRootBitmapEntryIndex() const { in getRootBitmapEntryIndex() function