Home | History | Annotate | Download | only in share

Lines Matching refs:ext_len

976   // Extend the search matrix, from the oldest unfixed row. ext_len means
978 for (uint16 ext_len = kMaxPinyinSize + 1; ext_len > 0; ext_len--) {
979 if (ext_len > pys_decoded_len_ - spl_start_[fixed_hzs_])
986 if (ext_len > 1 && 0 != longest_ext &&
987 0 == matrix_[pys_decoded_len_ - ext_len].dmi_has_full_id) {
994 uint16 oldrow = pys_decoded_len_ - ext_len;
1006 // 2. Get spelling id(s) for the last ext_len chars.
1010 ext_len, &is_pre);
1017 bool splid_end_split = is_split_at(oldrow + ext_len);
1030 pys_decoded_len_ - ext_len - dmi->splstr_len <
1044 if (longest_ext > ext_len) {
1074 dep_->ext_len = ext_len;
1118 longest_ext = ext_len;
1122 } // for ext_len
1469 1, 1, dep->splid_end_split, dep->ext_len,
1475 dmi_s->splstr_len + dep->ext_len,
1516 1, 1, dep->splid_end_split, dep->ext_len,
1522 dmi_s->splstr_len + dep->ext_len,