Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h1315 ESC_h, ESC_V, ESC_v, ESC_X, ESC_Z, ESC_z, enumerator
Dpcre2_compile.c313 -ESC_Z, CHAR_LEFT_SQUARE_BRACKET,
363 /* E8 */ 0,-ESC_Z, 0, 0, 0, 0, 0, 0,
7247 if (firstcuflags == REQ_UNSET && escape > ESC_b && escape < ESC_Z) in compile_branch()
7428 previous = (escape > ESC_b && escape < ESC_Z)? code : NULL; in compile_branch()