Home | History | Annotate | Download | only in dist

Lines Matching full:negate_class

4546   BOOL negate_class;
4854 negate_class = FALSE;
4867 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT)
4868 negate_class = TRUE;
4880 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5062 if (!negate_class && local_negate &&
5426 if (negate_class)
5546 *code = negate_class? XCL_NOT:0;
5557 if (negate_class && !xclass_has_prop)
5583 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
5586 if (negate_class)