Searched refs:lma_start_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp230 lma_start_[0] = 0;
310 while (lma_start_[fixed_lmas_] < fixed_hzs_)
312 assert(lma_start_[fixed_lmas_] == fixed_hzs_);
402 lma_start_[1] = fixed_hzs_;
515 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]])
521 if (pos == spl_start_[lma_start_[fixed_lmas_]]) {
539 if (pos >= lma_start_[fixed_lmas_]) {
543 c_py_len = spl_start_[lma_start_[fixed_lmas_]] - del_py_len;
573 lma_start_[1] = fixed_hzs_;
667 uint16 lma_len = lma_start_[po
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids. member in class:ime_pinyin::MatrixSearch

Completed in 43 milliseconds