Searched defs:res_row (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1537 size_t res_row) {
1539 matrix_[res_row].mtrx_nd_fixed = NULL;
1551 MatrixNode *mtrx_nd_res_min = mtrx_nd_pool_ + matrix_[res_row].mtrx_nd_pos;
1558 size_t mtrx_nd_num = matrix_[res_row].mtrx_nd_num;
1569 matrix_[res_row].mtrx_nd_pos + mtrx_nd_num < kMtrxNdPoolSize)) {
1574 mtrx_nd_res->step = res_row;
1575 if (matrix_[res_row].mtrx_nd_num < kMaxNodeARow)
1576 matrix_[res_row].mtrx_nd_num++;
1579 return matrix_[res_row].mtrx_nd_num;
1535 extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[], size_t lpi_num, PoolPosType dmi_fr, size_t res_row) argument

Completed in 115 milliseconds