HomeSort by relevance Sort by last modified time
    Searched defs:getNextLevelBitmapEntryIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 67 int TrieMap::getNextLevelBitmapEntryIndex(const int key, const int bitmapEntryIndex) {
trie_map.h 87 AK_FORCE_INLINE int getNextLevelBitmapEntryIndex() const {
181 int getNextLevelBitmapEntryIndex(const int key) {
182 return getNextLevelBitmapEntryIndex(key, ROOT_BITMAP_ENTRY_INDEX);
185 int getNextLevelBitmapEntryIndex(const int key, const int bitmapEntryIndex);

Completed in 86 milliseconds