Searched refs:lma_start_ (Results 1 – 3 of 3) sorted by relevance
253 lma_start_[0] = 0; in reset_search0()333 while (lma_start_[fixed_lmas_] < fixed_hzs_) in reset_search()335 assert(lma_start_[fixed_lmas_] == fixed_hzs_); in reset_search()425 lma_start_[1] = fixed_hzs_; in reset_search()538 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]]) in delsearch()544 if (pos == spl_start_[lma_start_[fixed_lmas_]]) { in delsearch()562 if (pos >= lma_start_[fixed_lmas_]) { in delsearch()566 c_py_len = spl_start_[lma_start_[fixed_lmas_]] - del_py_len; in delsearch()596 lma_start_[1] = fixed_hzs_; in delsearch()690 uint16 lma_len = lma_start_[pos + 1] - lma_start_[pos]; in add_lma_to_userdict()[all …]
208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids. variable