Searched refs:endCharCode (Results 1 – 8 of 8) sorted by relevance
182 if (codepoint > endCharCode) return +1; in cmp()193 ULONG endCharCode; /* Last character code in this group. */ member
114 le_uint32 endCharCode; member
195 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
236 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
197 le_uint32 endCharCode; member
239 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
912 startCharCode, endCharCode, glyphID = struct.unpack(">LLL",data[pos:pos+12] )914 lenGroup = 1 + endCharCode - startCharCode915 charCodes.extend(list(range(startCharCode, endCharCode +1)))