Home | History | Annotate | Download | only in share

Lines Matching refs:get_lemma_id

95 inline LemmaIdType DictTrie::get_lemma_id(size_t id_offset) {
320 lpi_items[lpi_num].id = get_lemma_id(node->homo_idx_buf_off +
339 lpi_items[lpi_num].id = get_lemma_id(homo_buf_off + homo);
644 LemmaIdType id_this = get_lemma_id(node_le0->homo_idx_buf_off + homo_pos);
655 if (get_lemma_id(node_homo_off + homo_pos) == id_lemma)
815 get_lemma_id(node_le0->homo_idx_buf_off + homo_pos);
829 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos);
907 LemmaIdType DictTrie::get_lemma_id(const char16 lemma_str[], uint16 lemma_len) {
911 return dict_list_->get_lemma_id(lemma_str, lemma_len);
923 LemmaIdType top_lma_id = get_lemma_id(top_lmas_id_offset + top_lmas_pos);