Lines Matching refs:startCharCode
401 if (codepoint < startCharCode) return -1; in cmp()
413 HBUINT32 startCharCode; /* First character code in this group. */ member
428 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph()
436 hb_codepoint_t start = startCharCode; in collect_unicodes()
453 UINT startCharCode; /* First character code covered. */ member
481 out->add_range (this->groups[i].startCharCode, in collect_unicodes()
517 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph()
518 group.glyphID + (u - group.startCharCode) : 0; } in group_get_glyph()
555 group->startCharCode.set (cp); in create_sub_table_plan()
565 …startCharCode, (uint32_t) group.endCharCode, (uint32_t) group.glyphID, (uint32_t) group.glyphID + … in create_sub_table_plan()
577 new_gid == group->glyphID + (cp - group->startCharCode); in _is_gid_consecutive()