Home | History | Annotate | Download | only in src

Lines Matching defs:negated

569   /* Negated cases */
1543 cannot be represented just by a bit map. This includes negated single
1873 BOOL braced, negated, overflow;
1970 negated = TRUE;
1973 else negated = FALSE;
2006 if (negated)
2487 This includes negated single high-valued characters. CALLOUT_STR is used for
4224 where there is only one such character. For negated classes, we build the
4231 whether the bitmap is present, and whether this is a negated class or not.
4476 code points less than 256. However, if we are in a negated POSIX
4479 or is negated. For example, for [[:^ascii:]... they must all match,
4663 BOOL negated;
4665 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb))
4667 *class_uchardata++ = ((escape == ESC_p) != negated)?
4986 unless there were no property settings and there was a negated special such
4991 In the UCP case, if certain negated POSIX classes ([:^ascii:] or
4994 negated). This requirement is indicated by match_all_or_no_wide_chars being
5044 whole class was negated and whether there were negative specials such as \S
5182 /* If previous was a character or negated character match, abolish the item
7365 BOOL negated;
7367 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb))
7370 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP;