Home
last modified time | relevance | path

Searched refs:max_codepoint (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenator.cpp42 uint32_t max_codepoint; member
355 uint32_t max_codepoint = alphabet->max_codepoint; in alphabetLookup() local
359 if (c < min_codepoint || c >= max_codepoint) { in alphabetLookup()
/frameworks/minikin/rust/
Dhyphenator.rs239 max_codepoint: u32, field
371 let max_codepoint = data.read_u32(8); in new() localVariable
372 AlphabetTable0 { data, min_codepoint, max_codepoint } in new()
379 if offset < self.min_codepoint || offset >= self.max_codepoint { in get_at()
/frameworks/minikin/doc/
Dhyb_file_format.md70 uint32_t max_codepoint (exclusive)
74 The size of the data array is max_codepoint - min_codepoint. 0 represents an unmapped