Home
last modified time | relevance | path

Searched defs:only_utf8 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/regex/src/
Dprog.rs40 pub only_utf8: bool, field
141 pub fn only_utf8(&self) -> bool { in only_utf8() method
Dexec.rs117 only_utf8: bool, field
217 pub fn only_utf8(mut self, yes: bool) -> Self { in only_utf8() method
Dinput.rs228 only_utf8: bool, field
Dcompile.rs100 pub fn only_utf8(mut self, yes: bool) -> Self { in only_utf8() method