Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dstates.rs487 const CONT_MASK: u8 = 0b0011_1111; in read_error_char() const
496 (ch << 6) | (byte & CONT_MASK) as u32 in read_error_char()
522 let y_z = utf8_acc_cont_byte((y & CONT_MASK) as u32, z); in read_error_char()