Searched refs:min_codepoint (Results 1 – 2 of 2) sorted by relevance
35 uint32_t min_codepoint; member299 uint32_t min_codepoint = alphabet->min_codepoint; in alphabetLookup() local304 if (c < min_codepoint || c >= max_codepoint) { in alphabetLookup()307 uint8_t code = alphabet->data[c - min_codepoint]; in alphabetLookup()
69 uint32_t min_codepoint74 The size of the data array is max_codepoint - min_codepoint. 0 represents an unmapped