Searched refs:num_unicode_value_ranges (Results 1 – 1 of 1) sorted by relevance
1746 let num_unicode_value_ranges: u32 = cursor.read()?; in read() localVariable1747 let ranges_byte_len = num_unicode_value_ranges as usize * UnicodeRange::RAW_BYTE_LEN; in read()1758 pub fn num_unicode_value_ranges(&self) -> u32 { in num_unicode_value_ranges() method1779 self.num_unicode_value_ranges(), in get_field()