HomeSort by relevance Sort by last modified time
    Searched full:pcre2_dfa_match (Results 1 - 25 of 43) sorted by null

1 2

  /external/pcre/dist2/doc/
pcre2_dfa_match.3 1 .TH PCRE2_DFA_MATCH 3 "12 May 2013" "PCRE2 10.00"
10 .B int pcre2_dfa_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
pcre2stack.3 
pcre2unicode.3 
pcre2api.3 36 .B int pcre2_dfa_match(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
    [all...]
index.html.src 115 <tr><td><a href="pcre2_dfa_match.html">pcre2_dfa_match</a></td>
pcre2.txt 207 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
497 A second matching function, pcre2_dfa_match(), which is not Perl-com-
505 pcre2_dfa_match().
    [all...]
pcre2compat.3 
pcre2matching.3 
pcre2build.3 
pcre2partial.3 151 .SH "PARTIAL MATCHING USING pcre2_dfa_match()"
225 .SH "MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()"
pcre2test.1     [all...]
  /external/pcre/dist2/doc/html/
pcre2_dfa_match.html 3 <title>pcre2_dfa_match specification</title>
6 <h1>pcre2_dfa_match man page</h1>
22 <b>int pcre2_dfa_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
47 For <b>pcre2_dfa_match()</b>, a match context is needed only if you want to set
pcre2stack.html 53 The <b>pcre2_dfa_match()</b> function operates in a different way to
58 <b>pcre2_dfa_match()</b> is controlled by the amount of workspace it is given.
60 such patterns will cause <b>pcre2_dfa_match()</b> to run out of stack. At
64 The comments that follow do NOT apply to <b>pcre2_dfa_match()</b>; they are
pcre2unicode.html 78 <b>pcre2_dfa_match()</b> when in UTF-8 or UTF-16 mode, that is, when a character
135 <b>pcre2_match()</b> and <b>pcre2_dfa_match()</b> calls with a non-zero starting
171 or <b>pcre2_dfa_match()</b>.
pcre2api.html 91 <b>int pcre2_dfa_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
429 A second matching function, <b>pcre2_dfa_match()</b>, which is not
437 documentation. There is no JIT support for <b>pcre2_dfa_match()</b>.
700 <i>pcre2_dfa_match()</i>.
732 functions, <i>pcre2_match()</i> and <i>pcre2_dfa_match()</i>.
    [all...]
pcre2partial.html 18 <li><a name="TOC3" href="#SEC3">PARTIAL MATCHING USING pcre2_dfa_match()</a>
21 <li><a name="TOC6" href="#SEC6">MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()</a>
178 <br><a name="SEC3" href="#TOC1">PARTIAL MATCHING USING pcre2_dfa_match()</a><br>
249 <br><a name="SEC6" href="#TOC1">MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()</a><br>
index.html 115 <tr><td><a href="pcre2_dfa_match.html">pcre2_dfa_match</a></td>
pcre2compat.html 195 (j) The alternative matching function (<b>pcre2_dfa_match()</b> matches in a
pcre2test.html 178 using the <b>pcre2_dfa_match()</b> function instead of the default
440 <b>pcre2_dfa_match()</b>, leading and trailing white space is removed, and the
    [all...]
  /external/pcre/
Android.bp 10 libpcre2_dist_prefix + "/src/pcre2_dfa_match.c",
  /external/pcre/dist2/src/
pcre2.h.generic 84 or pcre2_dfa_match(). PCRE2_NO_UTF_CHECK affects only the function to which it
98 D is inspected during pcre2_dfa_match() execution
132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
144 /* These are additional options for pcre2_dfa_match(). */
158 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
471 PCRE2_EXP_DECL int pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, \
604 #define pcre2_dfa_match PCRE2_SUFFIX(pcre2_dfa_match_)
    [all...]
pcre2.h.in 84 or pcre2_dfa_match(). PCRE2_NO_UTF_CHECK affects only the function to which it
98 D is inspected during pcre2_dfa_match() execution
132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
144 /* These are additional options for pcre2_dfa_match(). */
158 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
471 PCRE2_EXP_DECL int pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, \
604 #define pcre2_dfa_match PCRE2_SUFFIX(pcre2_dfa_match_)
    [all...]
  /external/pcre/dist2/
Makefile.in 189 src/pcre2_dfa_match.c src/pcre2_error.c \
204 src/libpcre2_16_la-pcre2_dfa_match.lo \
240 src/pcre2_dfa_match.c src/pcre2_error.c \
254 src/libpcre2_32_la-pcre2_dfa_match.lo \
286 src/pcre2_dfa_match.c src/pcre2_error.c \
300 src/libpcre2_8_la-pcre2_dfa_match.lo \
841 doc/html/pcre2_dfa_match.html \
    [all...]
Makefile.am 35 doc/html/pcre2_dfa_match.html \
116 doc/pcre2_dfa_match.3 \
324 src/pcre2_dfa_match.c \
PrepareRelease 200 src/pcre2_dfa_match.c \

Completed in 225 milliseconds

1 2