HomeSort by relevance Sort by last modified time
    Searched refs:nextLevelBitmapEntryIndex (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp 147 const int nextLevelBitmapEntryIndex = trieMap.getNextLevelBitmapEntryIndex(firstLevelKey);
148 EXPECT_NE(TrieMap::INVALID_INDEX, nextLevelBitmapEntryIndex);
149 EXPECT_TRUE(trieMap.put(key, value, nextLevelBitmapEntryIndex));
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.cpp 39 0 /* nextLevelBitmapEntryIndex */);
276 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex) {
283 if (!mTrieMap.put(it->second, entry.value(), nextLevelBitmapEntryIndex)) {
288 mTrieMap.getNextLevelBitmapEntryIndex(it->second, nextLevelBitmapEntryIndex))) {
language_model_dict_content.h 239 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h 44 Result(const uint64_t value, const bool isValid, const int nextLevelBitmapEntryIndex)
46 mNextLevelBitmapEntryIndex(nextLevelBitmapEntryIndex) {}

Completed in 61 milliseconds