Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h443 uint16 *retstr_len, bool only_unfixed);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h443 uint16 *retstr_len, bool only_unfixed);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1636 bool only_unfixed) { in get_candidate0() argument
1679 if (str_len > 0 && ((!only_unfixed && max_len - ret_pos > str_len) || in get_candidate0()
1680 (only_unfixed && max_len - ret_pos + fixed_hzs_ > str_len))) { in get_candidate0()
1681 if (!only_unfixed) in get_candidate0()
1692 if (!only_unfixed) { in get_candidate0()