Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/src/
Dposix_api.cpp139 result = REG_E_UNKNOWN; in regcompA()
157 if(code <= (int)REG_E_UNKNOWN) in regerrorA()
171 for(int i = 0; i <= (int)REG_E_UNKNOWN; ++i) in regerrorA()
202 if(code <= (int)REG_E_UNKNOWN) in regerrorA()
262 return REG_E_UNKNOWN; in regexecA()
Dwide_posix_api.cpp149 result = REG_E_UNKNOWN; in regcompW()
167 if((code <= (int)REG_E_UNKNOWN) && (code >= 0)) in regerrorW()
186 for(int i = 0; i <= (int)REG_E_UNKNOWN; ++i) in regerrorW()
218 if(code <= (int)REG_E_UNKNOWN) in regerrorW()
278 return REG_E_UNKNOWN; in regexecW()
/third_party/boost/boost/
Dregex.h91 using boost::REG_E_UNKNOWN;
/third_party/boost/boost/regex/v4/
Dcregex.hpp158 static const reg_error_t REG_E_UNKNOWN = 21; /* unknown error */ variable
/third_party/boost/libs/regex/doc/
Dlocale.qbk192 [[218][REG_E_UNKNOWN]["Unknown error" ]]