Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1184 escape += (ESC_DU - ESC_D); in check_escape()
3332 case ESC_DU: in check_auto_possessive()
3339 ptr = substitutes[escape - ESC_DU]; in check_auto_possessive()
4315 case ESC_DU: /* when PCRE_UCP is set. We replace the */ in compile_branch()
4321 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
6917 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()
6920 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
H A Dpcre_internal.h1877 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator

Completed in 47 milliseconds