Home
last modified time | relevance | path

Searched defs:match_insensitive (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/pest/src/
Dposition.rs419 pub(crate) fn match_insensitive(&mut self, string: &str) -> bool { in match_insensitive() method
628 fn match_insensitive() { in match_insensitive() function
Dparser_state.rs692 pub fn match_insensitive(mut self: Box<Self>, string: &str) -> ParseResult<Box<Self>> { in match_insensitive() method