Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp275 MileStoneHandle *dict_handles_to_clear = NULL; in reset_search() local
277 dict_handles_to_clear = dmi_pool_[matrix_[ch_pos].dmi_pos].dict_handles; in reset_search()
283 dict_handles_to_clear = NULL; in reset_search()
285 dict_handles_to_clear = in reset_search()
290 if (NULL != dict_handles_to_clear) { in reset_search()
291 dict_trie_->reset_milestones(ch_pos, dict_handles_to_clear[0]); in reset_search()
293 user_dict_->reset_milestones(ch_pos, dict_handles_to_clear[1]); in reset_search()
342 MileStoneHandle *dict_handles_to_clear = NULL; in reset_search() local
345 dict_handles_to_clear = dmi_pool_[matrix_[fixed_ch_pos].dmi_pos].dict_handles; in reset_search()
351 dict_handles_to_clear = NULL; in reset_search()
[all …]