Lines Matching defs:lma_len
322 lpi_items[lpi_num].lma_len = 1;
335 uint16 lma_len) {
340 lpi_items[lpi_num].lma_len = lma_len;
816 lma_buf[ch_pos].lma_len = 1;
830 lma_buf[ch_pos].lma_len = splid_str_len;
856 uint16 lma_len = get_lemma_str(id_lemma, lma_str, kMaxLemmaSize + 1);
857 assert((!arg_valid && splids_max >= lma_len) || lma_len == splids_max);
864 for (uint16 pos = 0; pos < lma_len; pos++) {
881 for (uint16 pos = 0; pos < lma_len; pos++) {
887 if (try_extend(splids, lma_len, id_lemma))
888 return lma_len;