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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1464 escape += (ESC_DU - ESC_D);
5082 case ESC_DU: /* when PCRE_UCP is set. We replace the */
5088 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */
7859 if (escape >= ESC_DU && escape <= ESC_wu)
7862 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */

Completed in 47 milliseconds