Lines Matching refs:compoundbegin

108   compoundbegin = FLAG_NULL;       // may be first word in compound forms  in AffixMgr()
211 FREE_FLAG(compoundbegin); in ~AffixMgr()
334 if (!parse_flag(line, &compoundbegin, afflst)) { in parse_file()
352 if (!parse_flag(line, &compoundbegin, afflst)) { in parse_file()
1655 (compoundbegin && !wordnum && !onlycpdrule && in compound_check()
1656 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check()
1695 (((wordnum == 0) && compoundbegin && in compound_check()
1697 st.c_str(), i, 0, NULL, FLAG_NULL, compoundbegin, in compound_check()
1702 compoundbegin))) || // twofold suffixes + compound in compound_check()
1705 compoundbegin)))) || in compound_check()
1776 ((oldwordnum == 0) && compoundbegin && in compound_check()
1777 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check()
2206 (compoundbegin && !wordnum && !onlycpdrule && in compound_check_morph()
2207 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check_morph()
2257 (((wordnum == 0) && compoundbegin && in compound_check_morph()
2259 compoundbegin, in compound_check_morph()
2264 compoundbegin))) || // twofold suffix+compound in compound_check_morph()
2267 compoundbegin)))) || in compound_check_morph()
2283 if ((wordnum == 0) && compoundbegin) { in compound_check_morph()
2284 p = affix_check_morph(st.c_str(), i, compoundbegin); in compound_check_morph()
2349 ((oldwordnum == 0) && compoundbegin && in compound_check_morph()
2350 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check_morph()
3534 return compoundflag || compoundbegin || !defcpdtable.empty(); in get_compound()