Home
last modified time | relevance | path

Searched refs:negate_class (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c3232 BOOL negate_class; in scan_for_captures() local
3341 negate_class = FALSE; in scan_for_captures()
3354 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in scan_for_captures()
3355 negate_class = TRUE; in scan_for_captures()
3942 BOOL negate_class; in compile_branch() local
4281 negate_class = FALSE; in compile_branch()
4294 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in compile_branch()
4295 negate_class = TRUE; in compile_branch()
4307 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
4889 if (negate_class) in compile_branch()
[all …]