Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2posix.c128 REG_BADPAT, /* unrecognized character after (? or (?- */
129 REG_BADPAT, /* POSIX named classes are supported only within a class */
130 REG_BADPAT, /* POSIX collating elements are not supported */
327 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT; in pcre2_regcomp()
334 return REG_BADPAT; in pcre2_regcomp()
Dpcre2posix.h80 REG_BADPAT, /* pattern error */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregexec.c152 return(REG_BADPAT); in llvm_regexec()
155 return(REG_BADPAT); in llvm_regexec()
DRegex.cpp26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex()
45 regex.error = REG_BADPAT; in Regex()
Dregex_impl.h67 #define REG_BADPAT 2 macro
Dregerror.c60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c152 return(REG_BADPAT); in llvm_regexec()
155 return(REG_BADPAT); in llvm_regexec()
DRegex.cpp22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex()
41 regex.error = REG_BADPAT; in Regex()
Dregex_impl.h67 #define REG_BADPAT 2 macro
Dregerror.c60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
/third_party/musl/libc-test/src/regression/
Dregex-escaped-high-byte.c17 if (n != REG_BADPAT) { in main()
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/ndk_musl_include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h37 #define REG_BADPAT 2 macro
/third_party/musl/libc-test/src/api/
Dregex.c25 C(REG_BADPAT) in f()
/third_party/boost/boost/
Dregex.h74 using boost::REG_BADPAT;
/third_party/boost/boost/regex/v4/
Dcregex.hpp138 static const reg_error_t REG_BADPAT = 2; /* Invalid pattern. */ variable
/third_party/boost/libs/regex/doc/
Dposix_api.qbk113 printable name of the code rather than a message, for example "REG_BADPAT".
Dlocale.qbk176 [[202][REG_BADPAT]["Invalid regular expression" ]]
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms()
922 return REG_BADPAT; in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms()
923 return REG_BADPAT; in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms()
922 return REG_BADPAT; in parse_atom()
/third_party/musl/src/regex/
Dregcomp.c543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms()
922 return REG_BADPAT; in parse_atom()