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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp232 spl_start_[0] = 0;
296 spl_start_[c_phrase_.length] <= ch_pos))) {
306 while (spl_start_[fixed_hzs_] < fixed_ch_pos)
308 assert(spl_start_[fixed_hzs_] == fixed_ch_pos);
391 while (c_py_pos < spl_start_[c_phrase_.length]) {
404 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
405 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
515 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]])
521 if (pos == spl_start_[lma_start_[fixed_lmas_]]) {
530 reset_pos = spl_start_[c_phrase
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h231 uint16 spl_start_[kMaxRowNum]; // Starting positions member in class:ime_pinyin::MatrixSearch
280 // spl_id_num_, spl_start_[], spl_id_[].

Completed in 57 milliseconds