Lines Matching refs:OP_NOTPROP

2412     case OP_NOTPROP:  in match()
2426 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2432 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2469 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2474 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2482 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2500 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()
2607 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2628 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2653 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
2667 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
2681 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
2695 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
2711 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
2734 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2738 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
2757 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
2777 if (Lctype == OP_NOTPROP) break; in match()
2782 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2800 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3365 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3385 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
3402 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3419 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3436 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3456 (Lctype == OP_NOTPROP)) in match()
3482 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3486 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3509 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3532 if (Lctype == OP_NOTPROP) break; in match()
3537 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3558 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3892 if (Lctype == OP_NOTPROP) break; in match()
3911 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
3927 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3943 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3959 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3978 (Lctype == OP_NOTPROP)) in match()
4003 if (Lctype == OP_NOTPROP) goto ENDLOOP99; /* Break the loop */ in match()
4007 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
4029 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
4050 { if (Lctype == OP_NOTPROP) break; else goto GOT_MAX; } in match()
4052 { if (Lctype == OP_NOTPROP) goto GOT_MAX; else break; } in match()
4071 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()