Lines Matching refs:HBUINT32
466 HBUINT32 startCharCode; /* First character code in this group. */
467 HBUINT32 endCharCode; /* Last character code in this group. */
468 HBUINT32 glyphID; /* Glyph index; interpretation depends on
515 struct CmapSubtableFormat10 : CmapSubtableTrimmed<HBUINT32 > {};
557 HBUINT32 length; /* Byte length of this subtable. */
558 HBUINT32 language; /* Ignore. */
559 SortedArrayOf<CmapSubtableLongGroup, HBUINT32>
677 struct DefaultUVS : SortedArrayOf<UnicodeValueRange, HBUINT32>
698 HBUINT32 len; in copy()
700 if (unlikely (!c->copy<HBUINT32> (len))) return nullptr; in copy()
769 struct NonDefaultUVS : SortedArrayOf<UVSMapping, HBUINT32>
806 HBUINT32 len; in copy()
808 if (unlikely (!c->copy<HBUINT32> (len))) return nullptr; in copy()
978 HBUINT32 length; /* Byte length of this subtable. */
979 SortedArrayOf<VariationSelectorRecord, HBUINT32>