Searched defs:only_unfixed (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1613 bool only_unfixed) {
1656 if (str_len > 0 && ((!only_unfixed && max_len - ret_pos > str_len) ||
1657 (only_unfixed && max_len - ret_pos + fixed_hzs_ > str_len))) {
1658 if (!only_unfixed)
1669 if (!only_unfixed) {
1611 get_candidate0(char16 *cand_str, size_t max_len, uint16 *retstr_len, bool only_unfixed) argument

Completed in 231 milliseconds