Searched refs:pcre2_substring_length_bynumber (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_substring.c | 126 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 D | pcre2.h | 730 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 D | pcre2_substitute.c | 724 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
|
H A D | pcre2.h.generic | 732 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 D | pcre2.h.in | 732 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 D | Makefile.am | 101 doc/html/pcre2_substring_length_bynumber.html \ 200 doc/pcre2_substring_length_bynumber.3 \
|
H A D | Makefile.in | 1126 doc/html/pcre2_substring_length_bynumber.html \ 1224 doc/pcre2_substring_length_bynumber.3 \
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 354 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().
|