Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerotrie/src/
Doptions.rs89 pub ascii_mode: AsciiMode, field
98 | self.ascii_mode.to_u8_flag() in to_u8_flags()
113 ascii_mode: AsciiMode::AsciiOnly,
129 ascii_mode: AsciiMode::AsciiOnly,
139 ascii_mode: AsciiMode::BinarySpans,
149 ascii_mode: AsciiMode::BinarySpans,
Dreader.rs312 if matches!(T::OPTIONS.ascii_mode, AsciiMode::BinarySpans) { in get_parameterized()
343 if matches!(T::OPTIONS.ascii_mode, AsciiMode::BinarySpans) in get_parameterized()
423 matches!(T::OPTIONS.ascii_mode, AsciiMode::AsciiOnly), in step_parameterized()
525 matches!(T::OPTIONS.ascii_mode, AsciiMode::AsciiOnly), in probe_parameterized()
/external/rust/android-crates-io/crates/zerotrie/src/builder/nonconst/
Dbuilder.rs39 } else if matches!(self.options.ascii_mode, AsciiMode::BinarySpans) { in prepend_ascii()