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

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 41 dmi_c_phrase_ = false;
389 dmi_c_phrase_ = true;
396 dmi_c_phrase_ = false;
558 dmi_c_phrase_ = true;
566 dmi_c_phrase_ = false;
1003 if (0 == matrix_[oldrow].mtrx_nd_num && !dmi_c_phrase_)
1036 if (dmi->c_phrase != 0 && !dmi_c_phrase_) {
1058 if ((!dmi_c_phrase_ && prev_ids_num >= kMaxLemmaSize) ||
1059 (dmi_c_phrase_ && prev_ids_num >= kMaxRowNum)) {
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 223 // If dmi_c_phrase_ is true, the decoder will try to match the
226 bool dmi_c_phrase_; member in class:ime_pinyin::MatrixSearch

Completed in 3366 milliseconds