Home
last modified time | relevance | path

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

/third_party/rust/crates/unicode-ident/benches/
Dxid.rs88 let ch_bytes = (ch as u32).to_be_bytes(); in bench() localVariable
89 black_box(xid_start_fst.contains(ch_bytes)); in bench()
90 black_box(xid_continue_fst.contains(ch_bytes)); in bench()