Home
last modified time | relevance | path

Searched refs:SetExpression (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/regex/v4/
Dcregex.hpp257 unsigned int SetExpression(const char* p, bool icase = false);
258 …unsigned int SetExpression(const std::string& s, bool icase = false){ return SetExpression(s.c_str… in SetExpression() function in boost::RegEx
/third_party/boost/libs/regex/doc/
Dold_regex.qbk38 unsigned int SetExpression(const char* p, bool icase = false);
39 unsigned int SetExpression(const std::string& s, bool icase = false);
109 `SetExpression(p, false)`. Throws [bad_expression] on failure. ]]
111 calling `SetExpression(s, false)`. Throws [bad_expression] on failure. ]]
112 [[`unsigned int SetExpression(const char* p, bool icase = false);`][Sets the
116 [[`unsigned int SetExpression(const std::string& s, bool icase = false);`]
/third_party/boost/libs/regex/src/
Dcregex.cpp167 SetExpression(c, icase); in RegEx()
173 SetExpression(s.c_str(), icase); in RegEx()
184 SetExpression(p, false); in operator =()
188 unsigned int RegEx::SetExpression(const char* p, bool icase) in SetExpression() function in boost::RegEx