Searched refs:AlphabetTable0 (Results 1 – 2 of 2) sorted by relevance
236 pub struct AlphabetTable0<'a> { struct315 0 => Some(Box::new(AlphabetTable0::new(self.read_offset_and_slice(8)))), in alphabet_table()366 impl<'a> AlphabetTable0<'a> { implementation372 AlphabetTable0 { data, min_codepoint, max_codepoint } in new()376 impl<'a> AlphabetLookup for AlphabetTable0<'a> { implementation
39 struct AlphabetTable0 { struct93 const AlphabetTable0* alphabetTable0() const { in alphabetTable0()94 return reinterpret_cast<const AlphabetTable0*>(bytes() + alphabet_offset); in alphabetTable0()353 const AlphabetTable0* alphabet = header->alphabetTable0(); in alphabetLookup()