Searched refs:ESC_W (Results 1 – 2 of 2) sorted by relevance
/external/pcre/ |
D | pcre_compile.c | 131 -ESC_V, -ESC_W, 176 /* E0 */ '\\', 0, -ESC_S, 0, 0,-ESC_V, -ESC_W, -ESC_X, 2784 case ESC_W: in check_auto_possessive() 2887 return next == -ESC_D || next == -ESC_s || next == -ESC_W || in check_auto_possessive() 2915 return next == -ESC_W || next == -ESC_s || next == -ESC_h || in check_auto_possessive() 3550 case ESC_W: in compile_branch()
|
D | pcre_internal.h | 1273 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|