Home | History | Annotate | Download | only in share

Lines Matching refs:fixed_hzs_

233     fixed_hzs_ = 0;
292 // Modify fixed_hzs_
293 if (fixed_hzs_ > 0 &&
304 fixed_hzs_ = 0;
306 while (spl_start_[fixed_hzs_] < fixed_ch_pos)
307 fixed_hzs_++;
308 assert(spl_start_[fixed_hzs_] == fixed_ch_pos);
310 while (lma_start_[fixed_lmas_] < fixed_hzs_)
312 assert(lma_start_[fixed_lmas_] == fixed_hzs_);
365 } else if (fixed_hzs_ > 0 && kLemmaIdComposing == lma_id_[0]) {
401 fixed_hzs_ = c_phrase_.length;
402 lma_start_[1] = fixed_hzs_;
404 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
405 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
572 fixed_hzs_ = c_phrase_.length;
573 lma_start_[1] = fixed_hzs_;
575 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
576 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
711 if (fixed_hzs_ > 0 && 1 == new_cand_num) {
779 fixed_hzs_ = spl_id_num_;
780 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
781 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
831 size_t step_fr = spl_start_[fixed_hzs_];
832 size_t step_to = spl_start_[fixed_hzs_ + cand_len];
850 spl_id_ + fixed_hzs_, cand_len);
867 fixed_hzs_ = fixed_hzs_ + cand_len;
875 if (fixed_hzs_ < spl_id_num_) {
892 if (fixed_hzs_ > 0) {
893 size_t step_end = spl_start_[fixed_hzs_];
901 fixed_hzs_ -= dmi->dict_level;
903 fixed_hzs_ = 0;
922 return fixed_hzs_;
979 if (ext_len > pys_decoded_len_ - spl_start_[fixed_hzs_])
997 if (spl_start_[fixed_hzs_] > oldrow)
1029 if (fixed_hzs_ > 0 &&
1031 spl_start_[fixed_hzs_]) {
1134 if (lma_size_max > spl_id_num_ - fixed_hzs_)
1135 lma_size_max = spl_id_num_ - fixed_hzs_;
1156 lma_num = get_lpis(spl_id_ + fixed_hzs_, lma_size,
1312 spl_id_num_ = fixed_hzs_;
1316 if (fixed_hzs_ > 0) {
1317 if (mtrx_nd->step <= spl_start_[fixed_hzs_])
1344 for (size_t pos = fixed_hzs_;
1345 pos < fixed_hzs_ + (spl_id_num_ - fixed_hzs_ + 1) / 2; pos++) {
1346 if (spl_id_num_ + fixed_hzs_ - pos != pos + 1) {
1347 spl_start_[pos + 1] ^= spl_start_[spl_id_num_ - pos + fixed_hzs_];
1348 spl_start_[spl_id_num_ - pos + fixed_hzs_] ^= spl_start_[pos + 1];
1349 spl_start_[pos + 1] ^= spl_start_[spl_id_num_ - pos + fixed_hzs_];
1351 spl_id_[pos] ^= spl_id_[spl_id_num_ + fixed_hzs_ - pos - 1];
1352 spl_id_[spl_id_num_ + fixed_hzs_- pos - 1] ^= spl_id_[pos];
1353 spl_id_[pos] ^= spl_id_[spl_id_num_ + fixed_hzs_- pos - 1];
1383 fixed_hzs_ = 0;
1386 fixed_hzs_ = pos;
1657 (only_unfixed && max_len - ret_pos + fixed_hzs_ > str_len))) {
1660 else if (ret_pos >= fixed_hzs_)
1661 utf16_strncpy(cand_str + ret_pos - fixed_hzs_, str, str_len);
1675 *retstr_len = ret_pos - fixed_hzs_;
1676 cand_str[ret_pos - fixed_hzs_] = (char16)'\0';