Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/literal/
Dimp.rs434 let char_len = char_len_lossy(&pat); in new()
503 fn char_len_lossy(bytes: &[u8]) -> usize { in char_len_lossy() function