Home
last modified time | relevance | path

Searched refs:pcre2_get_ovector_count (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match_data.c130 pcre2_get_ovector_count(pcre2_match_data *match_data) in pcre2_get_ovector_count() function
Dpcre2_substitute.c261 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
Dpcre2.h.in480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \
611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_) macro
Dpcre2.h.generic480 PCRE2_EXP_DECL uint32_t pcre2_get_ovector_count(pcre2_match_data *); \
611 #define pcre2_get_ovector_count PCRE2_SUFFIX(pcre2_get_ovector_count_)
/external/pcre/dist2/
DMakefile.am41 doc/html/pcre2_get_ovector_count.html \
122 doc/pcre2_get_ovector_count.3 \
DMakefile.in847 doc/html/pcre2_get_ovector_count.html \
928 doc/pcre2_get_ovector_count.3 \
/external/pcre/pcrecpp/
Dpcrecpp.cc420 auto veclen = pcre2_get_ovector_count(match_data.get()); in Rewrite()
/external/pcre/dist2/doc/
Dpcre2.txt220 uint32_t pcre2_get_ovector_count(pcre2_match_data *match_data);
2263 uint32_t pcre2_get_ovector_count(pcre2_match_data *match_data);
2284 pcre2_get_ovector_count() returns the number of pairs of values it con-