Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h1317 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator
Dpcre2_compile.c4593 case ESC_wu: /* escape sequence with an appropriate \p */ in compile_branch()
7415 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()