Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1460 escape += (ESC_DU - ESC_D); in check_escape()
5078 case ESC_DU: /* when PCRE_UCP is set. We replace the */ in compile_branch()
5084 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
7855 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()
7858 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
Dpcre_internal.h1850 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator