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

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 225 matrix_[0].dmi_pos = 0;
254 dict_handles_to_clear = dmi_pool_[matrix_[ch_pos].dmi_pos].dict_handles;
263 dmi_pool_[matrix_[ch_pos + 1].dmi_pos].dict_handles;
276 dmi_pool_used_ = matrix_[ch_pos - 1].dmi_pos
280 dmi_pool_used_ = matrix_[ch_pos].dmi_pos + matrix_[ch_pos].dmi_num;
322 dict_handles_to_clear = dmi_pool_[matrix_[fixed_ch_pos].dmi_pos].dict_handles;
331 dmi_pool_[matrix_[fixed_ch_pos + 1].dmi_pos].dict_handles;
345 dmi_pool_used_ = matrix_[fixed_ch_pos - 1].dmi_pos
349 dmi_pool_used_ = matrix_[fixed_ch_pos].dmi_pos +
688 void MatrixSearch::debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level)
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 70 PoolPosType dmi_pos; member in struct:ime_pinyin::__anon22274
372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level);

Completed in 35 milliseconds