Home
last modified time | relevance | path

Searched refs:ovector_count (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c224 uint32_t ovector_count; in pcre2_substitute() local
261 ovector_count = pcre2_get_ovector_count(match_data); in pcre2_substitute()
376 if (rc == 0) rc = ovector_count; in pcre2_substitute()
581 if (ng < ovector_count) in pcre2_substitute()