Lines Matching defs:notmatch

2439       BOOL notmatch = Fop == OP_NOTPROP;
2444 if (notmatch) RRETURN(MATCH_NOMATCH);
2450 prop->chartype == ucp_Lt) == notmatch)
2455 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch)
2460 if ((Fecode[2] == prop->chartype) == notmatch)
2465 if ((Fecode[2] == prop->script) == notmatch)
2473 if (ok == notmatch) RRETURN(MATCH_NOMATCH);
2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch)
2495 if (notmatch) RRETURN(MATCH_NOMATCH);
2499 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch)
2508 fc == CHAR_UNDERSCORE) == notmatch)
2517 { if (notmatch) break; else { RRETURN(MATCH_NOMATCH); } }
2519 { if (notmatch) { RRETURN(MATCH_NOMATCH); } else break; }
2526 fc >= 0xe000) == notmatch)
2531 if ((UCD_BIDICLASS_PROP(prop) == Fecode[2]) == notmatch)
2539 if (ok == notmatch) RRETURN(MATCH_NOMATCH);
2657 loops, we can use an ordinary variable for "notmatch". The code for UTF
2665 BOOL notmatch = Lctype == OP_NOTPROP;
2669 if (notmatch) RRETURN(MATCH_NOMATCH);
2694 chartype == ucp_Lt) == notmatch)
2708 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch)
2722 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch)
2736 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch)
2755 if (ok == notmatch)
2771 if ((category == ucp_L || category == ucp_N) == notmatch)
2794 if (notmatch) RRETURN(MATCH_NOMATCH);
2798 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch)
2817 fc == CHAR_UNDERSCORE) == notmatch)
2837 if (notmatch) break;
2842 if (notmatch) RRETURN(MATCH_NOMATCH);
2860 fc >= 0xe000) == notmatch)
2874 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch)
2893 if (ok == notmatch)
3437 subsequent match. This means we cannot use a local "notmatch" variable as
4027 "notmatch" can be an ordinary local variable because the loops do not call
4037 BOOL notmatch = Lctype == OP_NOTPROP;
4050 if (notmatch) break;
4069 chartype == ucp_Lt) == notmatch)
4085 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) break;
4100 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) break;
4115 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch) break;
4135 if (ok == notmatch) break;
4152 if ((category == ucp_L || category == ucp_N) == notmatch)
4177 if (notmatch) goto ENDLOOP99; /* Break the loop */
4181 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch)
4203 fc == CHAR_UNDERSCORE) == notmatch)
4224 { if (notmatch) break; else goto GOT_MAX; }
4226 { if (notmatch) goto GOT_MAX; else break; }
4245 fc >= 0xe000) == notmatch)
4261 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch) break;
4281 if (ok == notmatch) break;