Home
last modified time | relevance | path

Searched defs:nextLevelBitmapEntryIndex (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp148 const int nextLevelBitmapEntryIndex = trieMap.getNextLevelBitmapEntryIndex(firstLevelKey); in TEST() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp276 const TrieMap::TrieMapRange trieMapRange, const int nextLevelBitmapEntryIndex) { in runGCInner()