Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dcregex.hpp171 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW*, const wchar_t*, regsize_t, regmatc…
178 #define regexec regexecW
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dcregex.hpp169 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW*, const wchar_t*, regsize_t, regmatc…
176 #define regexec regexecW
/external/sdv/vsomeip/third_party/boost/regex/include/boost/
Dregex.h67 using boost::regexecW;
/external/sdv/vsomeip/third_party/boost/regex/doc/
Dposix_api.qbk46 int regexecW(const regex_tW*, const wchar_t*, unsigned int, regmatch_t*, int);
52 #define regexec regexecW
/external/sdv/vsomeip/third_party/boost/regex/src/
Dwide_posix_api.cpp239 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW* expression, const wchar_t* buf, reg… in regexecW() function
/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_deprecated.cpp168 if(boost::regexecW(&re, search_text.c_str(), max_subs, matches, posix_match_options) == 0) in test_deprecated()