Searched defs:shortest_match (Results 1 – 4 of 4) sorted by relevance
68 mod shortest_match; module
55 mod shortest_match; module
556 pub fn shortest_match(&self, text: &[u8]) -> Option<usize> { in shortest_match() method
614 pub fn shortest_match(&self, text: &str) -> Option<usize> { in shortest_match() method