Home
last modified time | relevance | path

Searched refs:pcre2_substring_length_bynumber (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substring.c126 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size); in pcre2_substring_copy_bynumber()
215 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size); in pcre2_substring_get_bynumber()
285 return pcre2_substring_length_bynumber(match_data, n, sizeptr); in pcre2_substring_length_byname()
315 pcre2_substring_length_bynumber(pcre2_match_data *match_data, in pcre2_substring_length_bynumber() function
Dpcre2_substitute.c702 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
Dpcre2.h.in716 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
899 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_) macro
Dpcre2.h.generic716 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
899 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
/external/pcre/dist2/
DMakefile.am98 doc/html/pcre2_substring_length_bynumber.html \
194 doc/pcre2_substring_length_bynumber.3 \
DMakefile.in1039 doc/html/pcre2_substring_length_bynumber.html \
1135 doc/pcre2_substring_length_bynumber.3 \
/external/pcre/dist2/doc/
Dpcre2.txt334 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
591 pcre2_substring_length_bynumber()
3074 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
3109 extracting it by calling pcre2_substring_length_bynumber(). The first
3194 substrings, or by calling pcre2_substring_length_bynumber().