Lines Matching refs:startCount
237 startCount = endCount + segCount + 1; in init()
238 idDelta = startCount + segCount; in init()
249 const HBUINT16 *startCount = this->startCount; in get_glyph() local
255 if (codepoint < startCount[mid]) in get_glyph()
275 unsigned int index = rangeOffset / 2 + (codepoint - this->startCount[i]) + i - this->segCount; in get_glyph()
296 if (count && this->startCount[count - 1] == 0xFFFFu) in collect_unicodes()
302 out->add_range (this->startCount[i], this->endCount[i]); in collect_unicodes()
305 for (hb_codepoint_t codepoint = this->startCount[i]; in collect_unicodes()
309 unsigned int index = rangeOffset / 2 + (codepoint - this->startCount[i]) + i - this->segCount; in collect_unicodes()
322 const HBUINT16 *startCount; member
380 HBUINT16 startCount[segCount]; /* Start character code for each segment. */