Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp62 dmi_pool_ = NULL; in reset_pointers_to_null()
95 dmi_pool_ = reinterpret_cast<DictMatchInfo*>(share_buf_ + mtrx_nd_size); in alloc_resource()
277 dict_handles_to_clear = dmi_pool_[matrix_[ch_pos].dmi_pos].dict_handles; in reset_search()
286 dmi_pool_[matrix_[ch_pos + 1].dmi_pos].dict_handles; in reset_search()
345 dict_handles_to_clear = dmi_pool_[matrix_[fixed_ch_pos].dmi_pos].dict_handles; in reset_search()
354 dmi_pool_[matrix_[fixed_ch_pos + 1].dmi_pos].dict_handles; in reset_search()
714 DictMatchInfo *dmi = dmi_pool_ + dmi_pos; in debug_print_dmi()
923 DictMatchInfo *dmi = dmi_pool_ + end_node->dmi_fr; in cancel_last_choice()
1047 DictMatchInfo *dmi = dmi_pool_ + dmi_pos; in add_char_qwerty()
1091 d = dmi_pool_ + d->dmi_fr; in add_char_qwerty()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h196 DictMatchInfo *dmi_pool_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h196 DictMatchInfo *dmi_pool_; variable