Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dcregex.hpp85 } 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/
Dposix_api.qbk37 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/
Dwide_posix_api.cpp83 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/
Dtest_deprecated.cpp224 boost::regex_tW re; in test_deprecated()
356 boost::regex_tW re; in test_deprecated()
/third_party/boost/boost/
Dregex.h69 using boost::regex_tW;