Searched refs:thirdLevel (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
H A Dtrie_map_test.cpp133 const int thirdLevel = trieMap.getNextLevelBitmapEntryIndex( local
135 EXPECT_NE(TrieMap::INVALID_INDEX, thirdLevel);
136 EXPECT_TRUE(trieMap.put(key, value, thirdLevel));
157 const int thirdLevel = local
159 EXPECT_NE(TrieMap::INVALID_INDEX, thirdLevel);
162 trieMap.get(thirdLevelEntry.first, thirdLevel).mValue);

Completed in 96 milliseconds