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

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 38 mtrx_nd_pool_used_ = 0;
209 mtrx_nd_pool_used_ = 0;
213 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_;
215 mtrx_nd_pool_used_ += 1;
284 mtrx_nd_pool_used_ = matrix_[ch_pos - 1].mtrx_nd_pos
288 mtrx_nd_pool_used_ = matrix_[ch_pos].mtrx_nd_pos
354 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos - 1].mtrx_nd_pos
358 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos].mtrx_nd_pos
467 printf("--Matrix Node Pool Used: %d\n", mtrx_nd_pool_used_);
857 mtrx_nd_pool_used_ = matrix_[step_to].mtrx_nd_pos
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool member in class:ime_pinyin::MatrixSearch
325 // This function does not change mtrx_nd_pool_used_. Please change it after

Completed in 1130 milliseconds