Home | History | Annotate | Download | only in dist

Lines Matching full:pcre

5 /* PCRE is a library of functions to support regular expressions whose syntax
56 /* When PCRE_DEBUG is defined, we need the pcre(16|32)_printint() function, which
493 "this version of PCRE is compiled without UTF support\0"
499 "PCRE does not support \\L, \\l, \\N{name}, \\U, or \\u\0"
535 "this version of PCRE is not compiled with Unicode property support\0"
567 may mark arbitrary characters as digits - but the PCRE compiling code expects
571 applications one wants PCRE to compile efficiently as well as match
1048 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1335 that, for example \x{zz} matches a binary zero. This seems crazy, so PCRE
1469 newline". PCRE does not support \N{name}. However, it does support
1496 PCRE is compiled with support for Unicode properties. On entry, ptrptr is
2856 means that Perl space and POSIX space are now identical. PCRE was changed
3411 one of PCRE's special properties such as ALNUM or SPACE or WORD.
3417 PCRE character set. The third and fourth entries are a general and a
3902 "Unknown POSIX class" error for [:f\oo:] for example, where previously PCRE
3910 [:l\ower:] where Perl recognizes it as the POSIX class "lower" but PCRE does
3914 A user pointed out that PCRE was rejecting [:a[:digit:]] whereas Perl was not.
3922 seem right at all. PCRE does not allow closing square brackets in POSIX class
4839 /* PCRE supports POSIX class stuff inside a class. Perl gives an error if
5195 5.18. Before PCRE 8.34, we had to preserve the VT bit if it was
5198 we could just adjust the appropriate bit. From PCRE 8.34 we no
5252 /* Unrecognized escapes are faulted if PCRE is running in its
5336 warning is given, so PCRE now faults it as it is almost certainly a
5968 Originally, PCRE did not allow repetition of assertions, but now it does,
6775 syntax (?(<name>) or (?('name'), and also allow for the original PCRE
8959 PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
8983 PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
9181 /* Can't support UTF unless PCRE has been compiled to include the code. The
9207 /* Can't support UCP unless PCRE has been compiled to include the code. */
9689 pcre_printint((pcre *)re, stdout, TRUE);
9691 pcre16_printint((pcre *)re, stdout, TRUE);
9693 pcre32_printint((pcre *)re, stdout, TRUE);
9724 return (pcre *)re;