HomeSort by relevance Sort by last modified time
    Searched full:step_to (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 832 size_t step_to = spl_start_[fixed_hzs_ + cand_len]; local
838 reset_search(step_to, false, false, true);
843 matrix_[step_to].mtrx_nd_num = 0;
849 PoolPosType step_to_dmi_fr = match_dmi(step_to,
854 step_to_dmi_fr, step_to);
856 matrix_[step_to].mtrx_nd_fixed = mtrx_nd_pool_ + matrix_[step_to].mtrx_nd_pos;
857 mtrx_nd_pool_used_ = matrix_[step_to].mtrx_nd_pos +
858 matrix_[step_to].mtrx_nd_num;
869 while (step_to != pys_decoded_len)
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 332 // Try to find a dmi node at step_to position, and the found dmi node should
334 PoolPosType match_dmi(size_t step_to, uint16 spl_ids[], uint16 spl_id_num);

Completed in 62 milliseconds