Lines Matching refs:OP_NOTPROP
2542 case OP_NOTPROP:
2556 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2599 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH);
2604 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH);
2612 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP))
2630 c >= 0xe000) == (op == OP_NOTPROP))
4136 if (ctype == OP_PROP || ctype == OP_NOTPROP)
4138 prop_fail_result = ctype == OP_NOTPROP;
4625 than OP_PROP and OP_NOTPROP. */