Searched refs:high_ten (Results 1 – 2 of 2) sorted by relevance
54 let high_ten = (high as u32) - 0xD800; in unicode_escape() localVariable56 (high_ten << 10) + low_ten + 0x10000 in unicode_escape()
49 let high_ten = (high as u32) - 0xD800; in unicode_escape() localVariable51 (high_ten << 10) + low_ten + 0x10000 in unicode_escape()