Lines Matching refs:negated
1044 BOOL braced, negated, overflow; in check_escape() local
1146 negated = TRUE; in check_escape()
1149 else negated = FALSE; in check_escape()
1183 if (negated) in check_escape()
2829 BOOL negated) in check_char_prop() argument
2839 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2842 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2845 return (pdata == prop->chartype) == negated; in check_char_prop()
2848 return (pdata == prop->script) == negated; in check_char_prop()
2854 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2866 return negated; in check_char_prop()
2869 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2876 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
2882 if (c < *p) return !negated; in check_char_prop()
2883 if (c == *p++) return negated; in check_char_prop()
5275 BOOL negated; in compile_branch() local
5277 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
5279 *class_uchardata++ = ((escape == ESC_p) != negated)? in compile_branch()
8090 BOOL negated; in compile_branch() local
8092 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
8096 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch()