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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp63 matrix_ = NULL;
96 matrix_ = reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size);
213 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_;
214 matrix_[0].mtrx_nd_num = 1;
218 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos;
225 matrix_[0].dmi_pos = 0;
226 matrix_[0].dmi_num = 0;
227 matrix_[0].dmi_has_full_id = 1;
228 matrix_[0].mtrx_nd_fixed = node;
253 if (clear_dmi_this_step && matrix_[ch_po
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h199 MatrixRow *matrix_; // The first row is for starting member in class:ime_pinyin::MatrixSearch

Completed in 63 milliseconds