Searched defs:stringcount (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_get.c317 stringcount the number of substrings that were captured
335 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument
339 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
343 pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
348 if (stringnumber < 0 || stringnumber >= stringcount)
372 stringcount the number of substrings that were captured
391 int *ovector, int stringcount, const char *stringname,
396 int *ovector, int stringcount, PCRE_SPTR16 stringname,
401 int *ovector, int stringcount, PCRE_SPTR32 stringname,
408 return pcre_copy_substring(subject, ovector, stringcount,
390 pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, char *buffer, int size) argument
441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
544 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument
607 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]

Completed in 70 milliseconds