Searched refs:ESC_D (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 520 -ESC_D, -ESC_E, 576 /* C0 */ '{', -ESC_A, -ESC_B, -ESC_C, -ESC_D, -ESC_E, 0, -ESC_G, 3007 case ESC_D: in parse_regex() 3025 case ESC_D: in parse_regex() 3555 case ESC_D: in parse_regex() 3572 case ESC_D: in parse_regex() 5812 case ESC_D: in compile_branch()
|
D | pcre2_internal.h | 1312 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
|