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()
1686 (compoundbegin && !wordnum && !onlycpdrule && in compound_check()
1687 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check()
1726 (((wordnum == 0) && compoundbegin && in compound_check()
1728 st.c_str(), i, 0, NULL, FLAG_NULL, compoundbegin, in compound_check()
1733 compoundbegin))) || // twofold suffixes + compound in compound_check()
1736 compoundbegin)))) || in compound_check()
1807 ((oldwordnum == 0) && compoundbegin && in compound_check()
1808 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check()
2265 (compoundbegin && !wordnum && !onlycpdrule && in compound_check_morph()
2266 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check_morph()
2319 (((wordnum == 0) && compoundbegin && in compound_check_morph()
2321 compoundbegin, in compound_check_morph()
2326 compoundbegin))) || // twofold suffix+compound in compound_check_morph()
2329 compoundbegin)))) || in compound_check_morph()
2345 if ((wordnum == 0) && compoundbegin) { in compound_check_morph()
2346 p = affix_check_morph(st.c_str(), i, compoundbegin); in compound_check_morph()
2411 ((oldwordnum == 0) && compoundbegin && in compound_check_morph()
2412 TESTAFF(rv->astr, compoundbegin, rv->alen)) || in compound_check_morph()
3599 return compoundflag || compoundbegin || !defcpdtable.empty(); in get_compound()