Searched refs:regex_tW (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 85 } regex_tW; typedef 167 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW*, const wchar_t*, int); 168 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int, const regex_tW*, wchar_t*, regsize_t); 169 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW*, const wchar_t*, regsize_t, regmatc… 170 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW*); 178 #define regex_t regex_tW
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 37 struct regex_tW; 44 int regcompW(regex_tW*, const wchar_t*, int); 45 unsigned int regerrorW(int, const regex_tW*, wchar_t*, unsigned int); 46 int regexecW(const regex_tW*, const wchar_t*, unsigned int, regmatch_t*, int); 47 void regfreeW(regex_tW*); 54 #define regex_t regex_tW 72 [note `regex_t` is actually a `#define` - it is either `regex_tA` or `regex_tW`
|
/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() 161 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int code, const regex_tW* e, wchar_t* buf, r… in regerrorW() 239 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW* expression, const wchar_t* buf, reg… in regexecW() 304 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW* expression) in regfreeW()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 224 boost::regex_tW re; in test_deprecated() 356 boost::regex_tW re; in test_deprecated()
|
/third_party/boost/boost/ |
D | regex.h | 69 using boost::regex_tW;
|