Searched refs:ESC_D (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 501 -ESC_D, -ESC_E, 557 /* C0 */ '{', -ESC_A, -ESC_B, -ESC_C, -ESC_D, -ESC_E, 0, -ESC_G, 2814 case ESC_D: in parse_regex() 2832 case ESC_D: in parse_regex() 3345 case ESC_D: in parse_regex() 3362 case ESC_D: in parse_regex() 5401 case ESC_D: in compile_branch()
|
D | pcre2_internal.h | 1268 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
|