Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp225 if(boost::regcompW(&re, expression.c_str(), posix_options) != 0) in test_deprecated()
357 int code = boost::regcompW(&re, expression.c_str(), posix_options); in test_deprecated()
/third_party/boost/boost/regex/v4/
Dcregex.hpp167 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW*, const wchar_t*, int);
174 #define regcomp regcompW
/third_party/boost/boost/
Dregex.h65 using boost::regcompW;
/third_party/boost/libs/regex/doc/
Dposix_api.qbk44 int regcompW(regex_tW*, const wchar_t*, int);
50 #define regcomp regcompW
/third_party/boost/libs/regex/src/
Dwide_posix_api.cpp83 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wchar_t* ptr, int f) in regcompW() function