Lines Matching refs:OP_NOTPROP
2480 case OP_NOTPROP: in match()
2491 BOOL notmatch = Fop == OP_NOTPROP; in match()
2709 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2728 BOOL notmatch = Lctype == OP_NOTPROP; in match()
3531 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3551 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
3568 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3585 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3602 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3624 if (ok == (Lctype == OP_NOTPROP)) in match()
3643 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3669 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3673 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3698 chartype == ucp_Pc) == (Lctype == OP_NOTPROP)) in match()
3719 if (Lctype == OP_NOTPROP) continue; in match()
3728 if (Lctype == OP_NOTPROP) break; in match()
3733 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3754 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3771 if ((UCD_BIDICLASS(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3793 if (ok == (Lctype == OP_NOTPROP)) in match()
4117 BOOL notmatch = Lctype == OP_NOTPROP; in match()