/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 128 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()
|
D | pcre2posix.h | 80 REG_BADPAT, /* pattern error */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regexec.c | 152 return(REG_BADPAT); in llvm_regexec() 155 return(REG_BADPAT); in llvm_regexec()
|
D | Regex.cpp | 26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() 45 regex.error = REG_BADPAT; in Regex()
|
D | regex_impl.h | 67 #define REG_BADPAT 2 macro
|
D | regerror.c | 60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 152 return(REG_BADPAT); in llvm_regexec() 155 return(REG_BADPAT); in llvm_regexec()
|
D | Regex.cpp | 22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() 41 regex.error = REG_BADPAT; in Regex()
|
D | regex_impl.h | 67 #define REG_BADPAT 2 macro
|
D | regerror.c | 60 { REG_BADPAT, "REG_BADPAT", "invalid regular expression" },
|
/third_party/musl/libc-test/src/regression/ |
D | regex-escaped-high-byte.c | 17 if (n != REG_BADPAT) { in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 37 #define REG_BADPAT 2 macro
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 25 C(REG_BADPAT) in f()
|
/third_party/boost/boost/ |
D | regex.h | 74 using boost::REG_BADPAT;
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 138 static const reg_error_t REG_BADPAT = 2; /* Invalid pattern. */ variable
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 113 printable name of the code rather than a message, for example "REG_BADPAT".
|
D | locale.qbk | 176 [[202][REG_BADPAT]["Invalid regular expression" ]]
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 543 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/ |
D | regcomp.c | 543 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/ |
D | regcomp.c | 543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms() 922 return REG_BADPAT; in parse_atom()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 543 return *s ? REG_BADPAT : REG_EBRACK; in parse_bracket_terms() 922 return REG_BADPAT; in parse_atom()
|