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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp213 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_;
218 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos;
284 mtrx_nd_pool_used_ = matrix_[ch_pos - 1].mtrx_nd_pos
288 mtrx_nd_pool_used_ = matrix_[ch_pos].mtrx_nd_pos
354 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos - 1].mtrx_nd_pos
358 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos].mtrx_nd_pos
405 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
576 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
721 .mtrx_nd_pos].score - score_from;
746 .mtrx_nd_pos]
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h68 PoolPosType mtrx_nd_pos; member in struct:ime_pinyin::__anon45

Completed in 284 milliseconds