/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 102 REG_EESCAPE, /* \ at end of pattern */ 103 REG_EESCAPE, /* \c at end of pattern */ 104 REG_EESCAPE, /* unrecognized character follows \ */ 134 37, REG_EESCAPE, /* PCRE2 does not support \L, \l, \N{name}, \U, or \u */ 137 99, REG_EESCAPE /* \K in lookaround */
|
H A D | pcre2posix.h | 86 REG_EESCAPE, /* bad escape sequence */ enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 40 #define REG_EESCAPE 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 40 #define REG_EESCAPE 5 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 40 #define REG_EESCAPE 5 macro
|
/third_party/musl/include/ |
H A D | regex.h | 40 #define REG_EESCAPE 5 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 70 #define REG_EESCAPE 5 macro
|
H A D | regerror.c | 63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
|
H A D | regcomp.c | 380 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() local 548 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regex_impl.h | 70 #define REG_EESCAPE 5 macro
|
H A D | regerror.c | 63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
|
H A D | regcomp.c | 508 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() local 676 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re() local
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 28 C(REG_EESCAPE) in f()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 511 pub const REG_EESCAPE: ::c_int = 5; consts
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 813 return REG_EESCAPE; in parse_atom()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 813 return REG_EESCAPE; in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 813 return REG_EESCAPE; in parse_atom()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 813 return REG_EESCAPE; in parse_atom()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1471 pub const REG_EESCAPE: ::c_int = 5; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1637 pub const REG_EESCAPE: ::c_int = 5; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3445 pub const REG_EESCAPE: ::c_int = 5; consts
|