Searched defs:PCRE2_ERROR_NOMATCH (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/crates/regex/bench/src/ffi/ | ||
| D | pcre2.rs | 149 const PCRE2_ERROR_NOMATCH: c_int = -1; constant |
| /third_party/pcre2/pcre2/src/ | ||
| D | pcre2.h.in | 320 #define PCRE2_ERROR_NOMATCH (-1) macro |