Searched refs:endCharCode (Results 1 – 8 of 8) sorted by relevance
402 if (codepoint > endCharCode) return +1; in cmp()414 HBUINT32 endCharCode; /* Last character code in this group. */ member482 MIN ((hb_codepoint_t) this->groups[i].endCharCode, in collect_unicodes()517 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph()556 group->endCharCode.set (cp); in create_sub_table_plan()559 else group->endCharCode.set (cp); in create_sub_table_plan()565 …rtCharCode, (uint32_t) group.endCharCode, (uint32_t) group.glyphID, (uint32_t) group.glyphID + ((u… in create_sub_table_plan()576 return (cp - 1 == group->endCharCode) && in _is_gid_consecutive()
120 le_uint32 endCharCode; member
201 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
242 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
203 le_uint32 endCharCode; member
241 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
199 le_uint32 endCharCode; member
944 startCharCode, endCharCode, glyphID = struct.unpack(">LLL",data[pos:pos+12] )946 lenGroup = 1 + endCharCode - startCharCode947 charCodes.extend(list(range(startCharCode, endCharCode +1)))