Home
last modified time | relevance | path

Searched refs:re_unicode (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dlib.rs634 pub use crate::re_unicode::{
754 mod re_unicode; modules
H A Dexpand.rs6 use crate::re_unicode;
9 caps: &re_unicode::Captures<'_>, in expand_str()
H A Dpattern.rs3 use crate::re_unicode::{Matches, Regex};
H A Dre_builder.rs232 define_builder!(unicode, re_unicode, true);
H A Dexec.rs26 use crate::re_unicode;
1277 pub fn into_regex(self) -> re_unicode::Regex { in searcher_str()
1278 re_unicode::Regex::from(self) in searcher_str()

Completed in 4 milliseconds