Lines Matching refs:escapes
152 static const short int escapes[] = {
197 static const short int escapes[] = {
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 have more than one character in them, so
5043 than one. Unrecognized escapes fall through and are either treated
5165 /* Unrecognized escapes are faulted if PCRE is running in its
5247 sequence, but not any of the other escapes. Perl treats a hyphen as a
5322 escapes. If this is the final character in the class, we can optimize by