Lines Matching refs:OP_NOTPROP
2429 case OP_NOTPROP: in match()
2439 BOOL notmatch = Fop == OP_NOTPROP; in match()
2646 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2665 BOOL notmatch = Lctype == OP_NOTPROP; in match()
3460 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3480 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
3497 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3514 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3531 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3553 if (ok == (Lctype == OP_NOTPROP)) in match()
3572 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3598 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3602 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3625 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3648 if (Lctype == OP_NOTPROP) break; in match()
3653 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3674 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3691 if ((UCD_BIDICLASS(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3713 if (ok == (Lctype == OP_NOTPROP)) in match()
4037 BOOL notmatch = Lctype == OP_NOTPROP; in match()