Home
last modified time | relevance | path

Searched defs:match_partial (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dmatch_flags.hpp55 match_partial = match_continuous << 1, /* find partial matches */ enumerator
/aosp_15_r20/external/pcre/src/
H A Dpcre2_match.c6561 PCRE2_SPTR match_partial; in pcre2_match() local