Searched defs:substitutes (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c324 /* Table of substitutes for \d etc when PCRE_UCP is set. They are replaced by
347 static const pcre_uchar *substitutes[] = { variable
356 /* The POSIX class substitutes must be in the order of the POSIX class names,
5088 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */
7862 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */

Completed in 58 milliseconds