Lines Matching refs:negated

1037   BOOL braced, negated, overflow;
1139 negated = TRUE;
1142 else negated = FALSE;
1176 if (negated)
2063 map. This includes negated single high-valued characters. The length in
2198 map. This includes negated single high-valued characters. The length in
2493 cannot be represented just by a bit map. This includes negated single
2772 negated TRUE if it's a negated property (\P or \p{^)
2779 BOOL negated)
2789 prop->chartype == ucp_Lt) == negated;
2792 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2795 return (pdata == prop->chartype) == negated;
2798 return (pdata == prop->script) == negated;
2804 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2816 return negated;
2819 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
2826 c == CHAR_UNDERSCORE) == negated;
2832 if (c < *p) return !negated;
2833 if (c == *p++) return negated;
4727 where there is only one such character. For negated classes, we build the
4734 whether the bitmap is present, and whether this is a negated class or not.
5152 BOOL negated;
5154 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
5156 *class_uchardata++ = ((escape == ESC_p) != negated)?
5437 extended class, with its own opcode, unless there was a negated special
5481 whole class was negated and whether there were negative specials such as \S
5625 /* If previous was a character or negated character match, abolish the item
7826 BOOL negated;
7828 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
7831 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP;