HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_substring_length_bynumber (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist2/src/
pcre2_substring.c 126 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size);
215 rc = pcre2_substring_length_bynumber(match_data, stringnumber, &size);
285 return pcre2_substring_length_bynumber(match_data, n, sizeptr);
315 pcre2_substring_length_bynumber(pcre2_match_data *match_data, function
pcre2.h.generic 499 PCRE2_EXP_DECL int pcre2_substring_length_bynumber(pcre2_match_data *, \
650 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
    [all...]
pcre2.h.in 499 PCRE2_EXP_DECL int pcre2_substring_length_bynumber(pcre2_match_data *, \
650 #define pcre2_substring_length_bynumber PCRE2_SUFFIX(pcre2_substring_length_bynumber_)
    [all...]
pcre2_substitute.c 603 rc = pcre2_substring_length_bynumber(match_data, group, &sublength);
  /external/pcre/dist2/
Makefile.am 80 doc/html/pcre2_substring_length_bynumber.html \
161 doc/pcre2_substring_length_bynumber.3 \

Completed in 910 milliseconds