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

  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 35 PoolPosType dmi_fr;
62 PoolPosType dmi_fr;
68 PoolPosType mtrx_nd_pos;
70 PoolPosType dmi_pos;
195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool
197 PoolPosType dmi_pool_used_; // How many items used in the pool
329 size_t lpi_num, PoolPosType dmi_fr, size_t res_row);
334 PoolPosType match_dmi(size_t step_to, uint16 spl_ids[], uint16 spl_id_num);
350 PoolPosType dmi_fr,
372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level)
    [all...]
searchutility.h 26 typedef uint16 PoolPosType;
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 223 node->dmi_fr = (PoolPosType)-1;
471 for (PoolPosType pos = 0; pos < dmi_pool_used_; pos++) {
688 void MatrixSearch::debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level) {
849 PoolPosType step_to_dmi_fr = match_dmi(step_to,
851 assert(step_to_dmi_fr != static_cast<PoolPosType>(-1));
950 PoolPosType dmi_fr, uint16 spl_id,
1021 for (PoolPosType dmi_pos = matrix_[oldrow].dmi_pos;
1066 if ((PoolPosType)-1 == d->dmi_fr)
    [all...]

Completed in 209 milliseconds