Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 324 -ESC_p, 0, 352 /* 90 */ 0, 0, -ESC_k, 0, 0, ESC_n, 0, -ESC_p, 1861 if (escape == ESC_P || escape == ESC_p || escape == ESC_X) in PRIV() 4659 case ESC_p: in compile_branch() 4667 *class_uchardata++ = ((escape == ESC_p) != negated)? in compile_branch() 7363 else if (escape == ESC_P || escape == ESC_p) in compile_branch() 7370 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch() 7379 else if (escape == ESC_X || escape == ESC_P || escape == ESC_p) in compile_branch()
|
D | pcre2_internal.h | 1314 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|