ESC_DU           1479 ext/pcre/pcrelib/pcre_compile.c   escape += (ESC_DU - ESC_D);
ESC_DU           5166 ext/pcre/pcrelib/pcre_compile.c             case ESC_DU:     /* when PCRE_UCP is set. We replace the */
ESC_DU           5172 ext/pcre/pcrelib/pcre_compile.c             ptr = substitutes[escape - ESC_DU] - 1;  /* Just before substitute */
ESC_DU           8061 ext/pcre/pcrelib/pcre_compile.c         if (escape >= ESC_DU && escape <= ESC_wu)
ESC_DU           8064 ext/pcre/pcrelib/pcre_compile.c           ptr = substitutes[escape - ESC_DU] - 1;  /* Just before substitute */