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

/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h102 } MatrixRow, *PMatrixRow; typedef in namespace:ime_pinyin
199 MatrixRow *matrix_; // The first row is for starting
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp81 size_t matrix_size = sizeof(MatrixRow) * kMaxRowNum;
96 matrix_ = reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size);
935 MatrixRow *mtrx_this_row = matrix_ + pys_decoded_len_;

Completed in 104 milliseconds