Searched refs:regcompW (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 225 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/ |
D | cregex.hpp | 167 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW*, const wchar_t*, int); 174 #define regcomp regcompW
|
/third_party/boost/boost/ |
D | regex.h | 65 using boost::regcompW;
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 44 int regcompW(regex_tW*, const wchar_t*, int); 50 #define regcomp regcompW
|
/third_party/boost/libs/regex/src/ |
D | wide_posix_api.cpp | 83 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wchar_t* ptr, int f) in regcompW() function
|