Searched defs:ovector (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre_get.c | 229 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set() 294 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring() 346 int *ovector, int stringcount, const char *stringname, in pcre_copy_named_substring() 389 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list() 483 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() 541 int *ovector, int stringcount, const char *stringname, in pcre_get_named_substring()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2demo.c | 89 PCRE2_SIZE *ovector; in main() local
|
D | pcre2posix.c | 406 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(md); in pcre2_regexec() local
|
D | pcre2_jit_test.c | 1790 int match_start, int match_end, PCRE2_SIZE *ovector) in check_invalid_utf_result() 2000 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_8(mdata); in run_invalid_utf8_test() local 2210 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_16(mdata); in run_invalid_utf16_test() local 2397 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_32(mdata); in run_invalid_utf32_test() local
|
D | pcre2_substitute.c | 246 PCRE2_SIZE *ovector; in pcre2_substitute() local
|
D | pcre2_substring.c | 381 PCRE2_SIZE *ovector; in pcre2_substring_list_get() local
|
D | pcre2_intmodedep.h | 664 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member 832 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member
|
D | pcre2grep.c | 2139 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) in display_output_text() 2249 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout() local
|
D | pcre2_match.c | 582 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match()
|
D | pcre2test.c | 6590 show_ovector(PCRE2_SIZE *ovector, uint32_t oveccount) in show_ovector() 6636 PCRE2_SIZE *ovector; in process_data() local
|
D | pcre2_jit_compile.c | 9533 PCRE2_SIZE *ovector; in do_callout() local
|
/third_party/glib/glib/ |
D | gregex.c | 1014 PCRE2_SIZE *ovector; in g_match_info_next() local 2203 PCRE2_SIZE *ovector; in g_regex_match_all_full() local
|