Home
last modified time | relevance | path

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

/frameworks/minikin/rust/
Dhyphenator.rs236 pub struct AlphabetTable0<'a> { struct
315 0 => Some(Box::new(AlphabetTable0::new(self.read_offset_and_slice(8)))), in alphabet_table()
366 impl<'a> AlphabetTable0<'a> { implementation
372 AlphabetTable0 { data, min_codepoint, max_codepoint } in new()
376 impl<'a> AlphabetLookup for AlphabetTable0<'a> { implementation
/frameworks/minikin/libs/minikin/
DHyphenator.cpp39 struct AlphabetTable0 { struct
93 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()