Searched refs:max_codepoint (Results 1 – 6 of 6) 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()
241 max_codepoint: u32, field373 let max_codepoint = data.read_u32(8); in new() localVariable374 AlphabetTable0 { data, min_codepoint, max_codepoint } in new()381 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
13 ASCII_STRATEGY = st.characters(max_codepoint=127)
12 min_codepoint=1, max_codepoint=127, blacklist_categories=("C",)
2430 int max_codepoint = 0; in BuildLookupTable() local2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint); in BuildLookupTable()2438 GrowIndex(max_codepoint + 1); in BuildLookupTable()2462 for (int i = 0; i < max_codepoint + 1; i++) in BuildLookupTable()