Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dfield.rs172 true => ValueMatch::parse_regex(part), in parse()
237 fn parse_regex(s: &str) -> Result<Self, matchers::Error> { in parse_regex() method
/aosp_15_r20/external/toybox/toys/posix/
H A Dgrep.c364 static void parse_regex(void) in parse_regex() function
531 parse_regex(); in grep_main()
/aosp_15_r20/external/pcre/src/
H A Dpcre2_compile.c2773 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex() function
10523 errorcode = parse_regex(ptr, cb.external_options, &has_lookbehind, &cb); in pcre2_compile()
/aosp_15_r20/external/pcre/
H A DHACKING134 The function called parse_regex() scans the pattern characters, parsing them