Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dcompiler.rs672 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
684 let mut utf8c = Utf8Compiler::new(self, &mut *utf8_state); in c_unicode_class() localVariable
894 let mut utf8c = Utf8Compiler { nfac, state, target }; in new() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dcompiler.rs1424 let mut utf8c = in c_unicode_class() localVariable
1439 let mut utf8c = in c_unicode_class() localVariable
1768 let mut utf8c = Utf8Compiler { builder, state, target }; in new() localVariable