Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A 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()
316 pcre2_substring_length_bynumber(pcre2_match_data *match_data, in pcre2_substring_length_bynumber() function
H A Dpcre2.h730 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
915 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_) macro
H A Dpcre2_substitute.c724 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
H A Dpcre2.h.generic732 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
918 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
H A Dpcre2.h.in732 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \
918 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_) macro
/aosp_15_r20/external/pcre/
H A DMakefile.am101 doc/html/pcre2_substring_length_bynumber.html \
200 doc/pcre2_substring_length_bynumber.3 \
H A DMakefile.in1126 doc/html/pcre2_substring_length_bynumber.html \
1224 doc/pcre2_substring_length_bynumber.3 \
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt354 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
613 pcre2_substring_length_bynumber()
3251 int pcre2_substring_length_bynumber(pcre2_match_data *match_data,
3286 extracting it by calling pcre2_substring_length_bynumber(). The first
3371 substrings, or by calling pcre2_substring_length_bynumber().