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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c152 static const short int escapes[] = { variable
197 static const short int escapes[] = { variable
325 Unicode property escapes. */
974 * Handle escapes *
1023 else if ((i = escapes[c - CHAR_0]) != 0)
1029 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1042 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1436 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any
3841 The problem in trying to be exactly like Perl is in the handling of escapes. We
5041 assume that other escapes hav
[all...]

Completed in 40 milliseconds