Searched refs:ESC_DU (Results 1 – 2 of 2) sorted by relevance
2292 escape += (ESC_DU - ESC_D); in PRIV()4592 case ESC_DU: /* when PCRE2_UCP is set. We replace the */ in compile_branch()4599 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()7415 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()7419 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
1317 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator