Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dcregex.hpp130 typedef unsigned reg_error_t; typedef
131 typedef reg_error_t reg_errcode_t; /* backwards compatibility */
133 static const reg_error_t REG_NOERROR = 0; /* Success. */
134 static const reg_error_t REG_NOMATCH = 1; /* Didn't find a match (for regexec). */
138 static const reg_error_t REG_BADPAT = 2; /* Invalid pattern. */
139 static const reg_error_t REG_ECOLLATE = 3; /* Undefined collating element. */
140 static const reg_error_t REG_ECTYPE = 4; /* Invalid character class name. */
141 static const reg_error_t REG_EESCAPE = 5; /* Trailing backslash. */
142 static const reg_error_t REG_ESUBREG = 6; /* Invalid back reference. */
143 static const reg_error_t REG_EBRACK = 7; /* Unmatched left bracket. */
[all …]