Lines Matching refs:notmatch

2425       BOOL notmatch = Fop == OP_NOTPROP;  in match()  local
2430 if (notmatch) RRETURN(MATCH_NOMATCH); in match()
2436 prop->chartype == ucp_Lt) == notmatch) in match()
2441 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2446 if ((Fecode[2] == prop->chartype) == notmatch) in match()
2451 if ((Fecode[2] == prop->script) == notmatch) in match()
2459 if (ok == notmatch) RRETURN(MATCH_NOMATCH); in match()
2467 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()
2481 if (notmatch) RRETURN(MATCH_NOMATCH); in match()
2485 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2494 fc == CHAR_UNDERSCORE) == notmatch) in match()
2503 { if (notmatch) break; else { RRETURN(MATCH_NOMATCH); } } in match()
2505 { if (notmatch) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2512 fc >= 0xe000) == notmatch) in match()
2517 if ((UCD_BIDICLASS_PROP(prop) == Fecode[2]) == notmatch) in match()
2525 if (ok == notmatch) RRETURN(MATCH_NOMATCH); in match()
2651 BOOL notmatch = Lctype == OP_NOTPROP; in match() local
2655 if (notmatch) RRETURN(MATCH_NOMATCH); in match()
2680 chartype == ucp_Lt) == notmatch) in match()
2694 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) in match()
2708 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) in match()
2722 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch) in match()
2741 if (ok == notmatch) in match()
2757 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2780 if (notmatch) RRETURN(MATCH_NOMATCH); in match()
2784 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
2803 fc == CHAR_UNDERSCORE) == notmatch) in match()
2823 if (notmatch) break; in match()
2828 if (notmatch) RRETURN(MATCH_NOMATCH); in match()
2846 fc >= 0xe000) == notmatch) in match()
2860 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch) in match()
2879 if (ok == notmatch) in match()
4023 BOOL notmatch = Lctype == OP_NOTPROP; in match() local
4036 if (notmatch) break; in match()
4055 chartype == ucp_Lt) == notmatch) in match()
4071 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) break; in match()
4086 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) break; in match()
4101 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch) break; in match()
4121 if (ok == notmatch) break; in match()
4138 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4163 if (notmatch) goto ENDLOOP99; /* Break the loop */ in match()
4167 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
4189 fc == CHAR_UNDERSCORE) == notmatch) in match()
4210 { if (notmatch) break; else goto GOT_MAX; } in match()
4212 { if (notmatch) goto GOT_MAX; else break; } in match()
4231 fc >= 0xe000) == notmatch) in match()
4247 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch) break; in match()
4267 if (ok == notmatch) break; in match()