Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 526 -ESC_v, -ESC_w, 553 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 2817 case ESC_w: in parse_regex() 2827 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 2841 case ESC_w: in parse_regex() 3031 *parsed_pattern++ = META_ESCAPE + ESC_w; in parse_regex() 3348 case ESC_w: in parse_regex() 3357 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3371 case ESC_w: in parse_regex() 5406 case ESC_w: in compile_branch()
|
D | pcre2_internal.h | 1269 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|