Lines Matching refs:negated
1043 BOOL braced, negated, overflow; in check_escape() local
1145 negated = TRUE; in check_escape()
1148 else negated = FALSE; in check_escape()
1182 if (negated) in check_escape()
2828 BOOL negated) in check_char_prop() argument
2838 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2844 return (pdata == prop->chartype) == negated; in check_char_prop()
2847 return (pdata == prop->script) == negated; in check_char_prop()
2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2865 return negated; in check_char_prop()
2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2875 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
2881 if (c < *p) return !negated; in check_char_prop()
2882 if (c == *p++) return negated; in check_char_prop()
5236 BOOL negated; in compile_branch() local
5238 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
5240 *class_uchardata++ = ((escape == ESC_p) != negated)? in compile_branch()
8027 BOOL negated; in compile_branch() local
8029 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
8033 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch()