ESC_DU           1460 ext/pcre/pcrelib/pcre_compile.c   escape += (ESC_DU - ESC_D);
ESC_DU           5132 ext/pcre/pcrelib/pcre_compile.c             case ESC_DU:     /* when PCRE_UCP is set. We replace the */
ESC_DU           5138 ext/pcre/pcrelib/pcre_compile.c             ptr = substitutes[escape - ESC_DU] - 1;  /* Just before substitute */
ESC_DU           7937 ext/pcre/pcrelib/pcre_compile.c         if (escape >= ESC_DU && escape <= ESC_wu)
ESC_DU           7940 ext/pcre/pcrelib/pcre_compile.c           ptr = substitutes[escape - ESC_DU] - 1;  /* Just before substitute */