Home
last modified time | relevance | path

Searched refs:REG_ESCAPE_IN_LISTS (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/regex/v4/
Dcregex.hpp105 REG_ESCAPE_IN_LISTS = 01000, enumerator
109 REG_PERL = REG_EXTENDED | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS | REG_PERLEX,
110 REG_AWK = REG_EXTENDED | REG_ESCAPE_IN_LISTS,
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp30 REG_NEWLINE | REG_PEND | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS |
Dposix_api_check.c29 REG_NEWLINE | REG_PEND | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS |
Dwide_posix_api_check.c36 REG_NEWLINE | REG_PEND | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS |
Dwide_posix_api_check.cpp38 REG_NEWLINE | REG_PEND | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS |
/third_party/boost/boost/
Dregex.h42 using boost::REG_ESCAPE_IN_LISTS;
/third_party/boost/libs/regex/doc/
Dposix_api.qbk91 [[REG_ESCAPE_IN_LISTS][When this flag is set, then escape sequences are permitted in bracket expres…
94 [[REG_AWK][A shortcut for awk-like behavior: `REG_EXTENDED | REG_ESCAPE_IN_LISTS` ]]
/third_party/boost/libs/regex/src/
Dposix_api.cpp112 if(f & REG_ESCAPE_IN_LISTS) in regcompA()
Dwide_posix_api.cpp122 if(f & REG_ESCAPE_IN_LISTS) in regcompW()