Home
last modified time | relevance | path

Searched refs:class2Count (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DPairPositioningSubtables.h75 le_uint16 class2Count; member
DPairPositioningSubtables.cpp103 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh720 unsigned int count2 = class2Count; in collect_glyphs()
748 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false); in apply()
750 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
774 unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count; in sanitize()
801 USHORT class2Count; /* Number of classes in ClassDef2 member