Home | History | Annotate | Download | only in src

Lines Matching refs:OP_NOTPROP

2627     case OP_NOTPROP:
2641 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2647 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2670 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2684 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2689 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH);
2697 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP))
2715 c >= 0xe000) == (op == OP_NOTPROP))
4233 if (ctype == OP_PROP || ctype == OP_NOTPROP)
4235 prop_fail_result = ctype == OP_NOTPROP;
4722 than OP_PROP and OP_NOTPROP. */