Searched refs:pcre2_substring_length_bynumber (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
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() 315 pcre2_substring_length_bynumber(pcre2_match_data *match_data, in pcre2_substring_length_bynumber() function
|
D | pcre2_substitute.c | 633 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
|
D | pcre2.h.in | 704 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \ 882 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_) macro
|
D | pcre2.h.generic | 704 pcre2_substring_length_bynumber(pcre2_match_data *, uint32_t, PCRE2_SIZE *); \ 882 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
|
/external/pcre/dist2/ |
D | Makefile.am | 95 doc/html/pcre2_substring_length_bynumber.html \ 188 doc/pcre2_substring_length_bynumber.3 \
|
D | Makefile.in | 935 doc/html/pcre2_substring_length_bynumber.html \ 1028 doc/pcre2_substring_length_bynumber.3 \
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 330 int pcre2_substring_length_bynumber(pcre2_match_data *match_data, 584 pcre2_substring_length_bynumber() 2904 int pcre2_substring_length_bynumber(pcre2_match_data *match_data, 2939 extracting it by calling pcre2_substring_length_bynumber(). The first
|