Searched defs:match_insensitive (Results 1 – 2 of 2) sorted by relevance
419 pub(crate) fn match_insensitive(&mut self, string: &str) -> bool { in match_insensitive() method628 fn match_insensitive() { in match_insensitive() function
692 pub fn match_insensitive(mut self: Box<Self>, string: &str) -> ParseResult<Box<Self>> { in match_insensitive() method