Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp320 size_t fixed_ch_pos = ch_pos; in reset_search() local
322 fixed_ch_pos = fixed_ch_pos > 0 ? fixed_ch_pos - 1 : 0; in reset_search()
323 while (NULL == matrix_[fixed_ch_pos].mtrx_nd_fixed && fixed_ch_pos > 0) in reset_search()
324 fixed_ch_pos--; in reset_search()
328 if (fixed_ch_pos > 0) { in reset_search()
329 while (spl_start_[fixed_hzs_] < fixed_ch_pos) in reset_search()
331 assert(spl_start_[fixed_hzs_] == fixed_ch_pos); in reset_search()
343 if (clear_dmi_this_step && ch_pos == fixed_ch_pos && in reset_search()
344 matrix_[fixed_ch_pos].dmi_num > 0) { in reset_search()
345 dict_handles_to_clear = dmi_pool_[matrix_[fixed_ch_pos].dmi_pos].dict_handles; in reset_search()
[all …]