Home
last modified time | relevance | path

Searched defs:Utf8Compiler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dcompiler.rs855 struct Utf8Compiler<'a> { struct
856 nfac: &'a Compiler,
857 state: &'a mut Utf8State,
858 target: StateID,
890 impl<'a> Utf8Compiler<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dcompiler.rs1726 struct Utf8Compiler<'a> { struct
1727 builder: &'a mut Builder,
1728 state: &'a mut Utf8State,
1729 target: StateID,
1761 impl<'a> Utf8Compiler<'a> { implementation