Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 535 -ESC_v, -ESC_w, 562 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 2971 case ESC_w: in parse_regex() 2981 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 2995 case ESC_w: in parse_regex() 3185 *parsed_pattern++ = META_ESCAPE + ESC_w; in parse_regex() 3504 case ESC_w: in parse_regex() 3513 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3527 case ESC_w: in parse_regex() 5690 case ESC_w: in compile_branch()
|
D | pcre2_internal.h | 1303 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|