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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp61 mtrx_nd_pool_ = NULL;
94 mtrx_nd_pool_ = reinterpret_cast<MatrixNode*>(share_buf_);
218 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos;
404 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
575 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
720 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]]
745 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]]
780 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
856 matrix_[step_to].mtrx_nd_fixed = mtrx_nd_pool_ + matrix_[step_to].mtrx_nd_pos;
1113 MatrixNode *mtrx_nd = mtrx_nd_pool_
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h194 MatrixNode *mtrx_nd_pool_; member in class:ime_pinyin::MatrixSearch

Completed in 63 milliseconds