Searched defs:shortest_match (Results 1 – 6 of 6) sorted by relevance
71 mod shortest_match; module
56 mod shortest_match; module
121 fn shortest_match(&self, bytes: &[u8]) -> Option<usize> { in shortest_match() method
217 pub fn shortest_match(&self, input: &[u8]) -> Option<usize> { in shortest_match() method
556 pub fn shortest_match(&self, text: &[u8]) -> Option<usize> { in shortest_match() method
615 pub fn shortest_match(&self, text: &str) -> Option<usize> { in shortest_match() method