Home
last modified time | relevance | path

Searched refs:TABLES_2 (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/unicode-width/src/
H A Dtables.rs41 // Each sub-table in TABLES_2 is 6 bits, but each stored entry is 2 bits. in lookup_width()
45 let packed_widths = TABLES_2[16 * usize::from(t2_offset) + (cp >> 2 & 0xF)]; in lookup_width()
278 static TABLES_2: [u8; 3888] = [ consts

Completed in 2 milliseconds