Home | History | Annotate | Download | only in dist

Lines Matching refs:negated

418   /* Negated cases */
1043 BOOL braced, negated, overflow;
1145 negated = TRUE;
1148 else negated = FALSE;
1182 if (negated)
2089 map. This includes negated single high-valued characters. The length in
2252 map. This includes negated single high-valued characters. The length in
2542 cannot be represented just by a bit map. This includes negated single
2821 negated TRUE if it's a negated property (\P or \p{^)
2828 BOOL negated)
2838 prop->chartype == ucp_Lt) == negated;
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2844 return (pdata == prop->chartype) == negated;
2847 return (pdata == prop->script) == negated;
2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2865 return negated;
2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
2875 c == CHAR_UNDERSCORE) == negated;
2881 if (c < *p) return !negated;
2882 if (c == *p++) return negated;
4793 where there is only one such character. For negated classes, we build the
4800 whether the bitmap is present, and whether this is a negated class or not.
5051 code points less than 256. If we are in a negated POSIX class
5052 within a non-negated overall class, characters with code points
5236 BOOL negated;
5238 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
5240 *class_uchardata++ = ((escape == ESC_p) != negated)?
5528 extended class, with its own opcode, unless there was a negated special
5579 whole class was negated and whether there were negative specials such as \S
5723 /* If previous was a character or negated character match, abolish the item
8027 BOOL negated;
8029 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
8033 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP;