Home | History | Annotate | Download | only in share

Lines Matching refs:lma_len

625   uint16 s_len = lpi_items_[cand_id].lma_len;
667 uint16 lma_len = lma_start_[pos + 1] - lma_start_[pos];
668 utf16_strncpy(spl_ids + spl_id_fr, spl_id_ + lma_start_[pos], lma_len);
672 assert(tmp == lma_len);
674 tmp = get_lemma_splids(lma_id, spl_ids + spl_id_fr, lma_len, true);
675 if (tmp != lma_len) {
679 spl_id_fr += lma_len;
817 size_t cand_len = lpi_items_[cand_id].lma_len;
1240 uint16 lma_len;
1244 lma_len = get_lemma_str(lma_id_[pos], lma_str, kMaxRowNum - phrase_len);
1245 assert(lma_len == lma_start_[pos + 1] - lma_start_[pos]);
1246 phrase_len += lma_len;