Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1479 escape += (ESC_DU - ESC_D); in check_escape()
5166 case ESC_DU: /* when PCRE_UCP is set. We replace the */ in compile_branch()
5172 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
8061 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()
8064 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
H A Dpcre_internal.h1862 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator

Completed in 59 milliseconds