Home
last modified time | relevance | path

Searched refs:other_addinfo_len (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp3774 inline bool match_lemma_id(const unsigned char* other_addinfo, int other_addinfo_len);
3861 bool czech_lemma_addinfo::match_lemma_id(const unsigned char* other_addinfo, int other_addinfo_len)… in match_lemma_id() argument
3863 if (data[0] != 255 && (!other_addinfo_len || other_addinfo[0] != data[0])) return false; in match_lemma_id()
4698 inline bool match_lemma_id(const unsigned char* other_addinfo, int other_addinfo_len);
4746 … english_lemma_addinfo::match_lemma_id(const unsigned char* other_addinfo, int other_addinfo_len) { in match_lemma_id() argument
4748 if (data.size() == 1 && data[0] == '^') return other_addinfo_len > 0 && other_addinfo[0] == '^'; in match_lemma_id()
4749 if (data.size() == 1 && data[0] == '+') return other_addinfo_len == 0; in match_lemma_id()
4750 …return data.size() == size_t(other_addinfo_len) && small_memeq(data.data(), other_addinfo, other_a… in match_lemma_id()
7640 inline bool match_lemma_id(const unsigned char* other_addinfo, int other_addinfo_len);