HomeSort by relevance Sort by last modified time
    Searched full:pcre2_get_ovector_count (Results 1 - 17 of 17) sorted by null

  /external/pcre/dist2/doc/
pcre2_get_ovector_count.3 1 .TH PCRE2_GET_OVECTOR_COUNT 3 "24 October 2014" "PCRE2 10.00"
10 .B uint32_t pcre2_get_ovector_count(pcre2_match_data *\fImatch_data\fP);
pcre2_get_ovector_pointer.3 
index.html.src 134 <tr><td><a href="pcre2_get_ovector_count.html">pcre2_get_ovector_count</a></td>
pcre2api.3 52 .B uint32_t pcre2_get_ovector_count(pcre2_match_data *\fImatch_data\fP);
    [all...]
pcre2.txt 220 uint32_t pcre2_get_ovector_count(pcre2_match_data *match_data);
    [all...]
  /external/pcre/dist2/doc/html/
pcre2_get_ovector_count.html 3 <title>pcre2_get_ovector_count specification</title>
6 <h1>pcre2_get_ovector_count man page</h1>
22 <b>uint32_t pcre2_get_ovector_count(pcre2_match_data *<i>match_data</i>);</b>
pcre2_get_ovector_pointer.html 30 <b>pcre2_get_ovector_count()</b>.
index.html 134 <tr><td><a href="pcre2_get_ovector_count.html">pcre2_get_ovector_count</a></td>
pcre2api.html 105 <b>uint32_t pcre2_get_ovector_count(pcre2_match_data *<i>match_data</i>);</b>
    [all...]
  /external/pcre/dist2/src/
pcre2_match_data.c 130 pcre2_get_ovector_count(pcre2_match_data *match_data) function
pcre2.h.generic 480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \
611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_)
    [all...]
pcre2.h.in 480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \
611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_)
    [all...]
pcre2_substitute.c 261 ovector_count = pcre2_get_ovector_count(match_data);
pcre2test.c     [all...]
  /external/pcre/dist2/
Makefile.am 41 doc/html/pcre2_get_ovector_count.html \
122 doc/pcre2_get_ovector_count.3 \
Makefile.in 847 doc/html/pcre2_get_ovector_count.html \
    [all...]
  /external/pcre/pcrecpp/
pcrecpp.cc 420 auto veclen = pcre2_get_ovector_count(match_data.get());

Completed in 286 milliseconds