Searched refs:read_u32 (Results 1 – 2 of 2) sorted by relevance
209 pub fn read_u32(&self, offset: u32) -> u32 { in read_u32() method312 let offset = self.data.read_u32(8); in alphabet_table()313 let version = self.data.read_u32(offset); in alphabet_table()332 let offset = self.data.read_u32(offset) as usize; in read_offset_and_slice()370 let min_codepoint = data.read_u32(4); in new()371 let max_codepoint = data.read_u32(8); in new()397 let num_entries = data.read_u32(4); in new()406 let c = self.data.read_u32(8 + m * 4); in lower_bounds()424 let entry = AlphabetTable1Entry::new(self.data.read_u32(8 + r * 4)); in get_at()466 self.data.read_u32(24 + offset * 4) in get_at()[all …]
58 fn read_u32() -> Result<u32, std::num::ParseIntError> { in get_choice() function61 let mut choice = read_u32(); in get_choice()64 choice = read_u32(); in get_choice()