Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp254 fixed_lmas_ = 0; in reset_search0()
326 fixed_lmas_ = 0; in reset_search()
333 while (lma_start_[fixed_lmas_] < fixed_hzs_) in reset_search()
334 fixed_lmas_++; in reset_search()
335 assert(lma_start_[fixed_lmas_] == fixed_hzs_); in reset_search()
422 fixed_lmas_ = 1; in reset_search()
538 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]]) in delsearch()
544 if (pos == spl_start_[lma_start_[fixed_lmas_]]) { in delsearch()
562 if (pos >= lma_start_[fixed_lmas_]) { in delsearch()
566 c_py_len = spl_start_[lma_start_[fixed_lmas_]] - del_py_len; in delsearch()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h210 size_t fixed_lmas_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h210 size_t fixed_lmas_; variable