Searched refs:ESC_D (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 510 -ESC_D, -ESC_E, 566 /* C0 */ '{', -ESC_A, -ESC_B, -ESC_C, -ESC_D, -ESC_E, 0, -ESC_G, 2968 case ESC_D: in parse_regex() 2986 case ESC_D: in parse_regex() 3501 case ESC_D: in parse_regex() 3518 case ESC_D: in parse_regex() 5685 case ESC_D: in compile_branch()
|
D | pcre2_internal.h | 1302 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
|