Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dcompiler.rs862 struct Utf8State { struct
879 impl Utf8State { argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dcompiler.rs1733 struct Utf8State { struct
1750 impl Utf8State { impl
1764 state: &'a mut Utf8State, in new()