Home
last modified time | relevance | path

Searched refs:getUpdatableAddressLookupTable (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp81 if (!getUpdatableAddressLookupTable()->set(it->second, shortcutListPos)) { in runGC()
92 return getUpdatableAddressLookupTable()->set(terminalId, shortcutListListPos); in createNewShortcutList()
Dsparse_table_dict_content.h60 SparseTable *getUpdatableAddressLookupTable() { in getUpdatableAddressLookupTable() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp96 if (!getUpdatableAddressLookupTable()->set(it->second, shortcutListPos)) { in runGC()
107 return getUpdatableAddressLookupTable()->set(terminalId, shortcutListListPos); in createNewShortcutList()
Dsparse_table_dict_content.h90 SparseTable *getUpdatableAddressLookupTable() { in getUpdatableAddressLookupTable() function
Dbigram_dict_content.h85 return getUpdatableAddressLookupTable()->set(terminalId, bigramListPos); in createNewBigramList()
Dbigram_dict_content.cpp172 if (!getUpdatableAddressLookupTable()->set(it->second, bigramListPos)) { in runGC()