Home
last modified time | relevance | path

Searched refs:ESC_P (Results 1 – 2 of 2) sorted by relevance

/external/pcre/
Dpcre_compile.c128 -ESC_P, -ESC_Q,
174 /* D0 */ '}', 0, -ESC_K, 0, 0,-ESC_N, 0, -ESC_P,
2852 case ESC_P: in check_auto_possessive()
2872 return check_char_prop(c, ptype, pdata, (next == -ESC_P) != negated); in check_auto_possessive()
3689 case ESC_P: in compile_branch()
6046 else if (-c == ESC_P || -c == ESC_p) in compile_branch()
6062 else if (-c == ESC_X || -c == ESC_P || -c == ESC_p) in compile_branch()
Dpcre_internal.h1273 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator