Searched refs:should_flip_negation (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c3943 BOOL should_flip_negation; local
4320 should_flip_negation = match_all_or_no_wide_chars = FALSE;
4413 should_flip_negation = TRUE; /* Note negative special */
4608 should_flip_negation = TRUE;
4617 should_flip_negation = TRUE;
4633 should_flip_negation = TRUE;
5002 if (xclass && (xclass_has_prop || !should_flip_negation ||
5005 if (xclass && (xclass_has_prop || !should_flip_negation))
5048 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;

Completed in 256 milliseconds