Searched refs:max_codepoint (Results 1 – 3 of 3) sorted by relevance
42 uint32_t max_codepoint; member355 uint32_t max_codepoint = alphabet->max_codepoint; in alphabetLookup() local359 if (c < min_codepoint || c >= max_codepoint) { in alphabetLookup()
239 max_codepoint: u32, field371 let max_codepoint = data.read_u32(8); in new() localVariable372 AlphabetTable0 { data, min_codepoint, max_codepoint } in new()379 if offset < self.min_codepoint || offset >= self.max_codepoint { in get_at()
70 uint32_t max_codepoint (exclusive)74 The size of the data array is max_codepoint - min_codepoint. 0 represents an unmapped