Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DPairPositioningSubtables.h78 le_uint16 class2Count; member
DPairPositioningSubtables.cpp108 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh762 unsigned int count2 = class2Count; in collect_glyphs()
790 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return_trace (false); in apply()
792 const Value *v = &values[record_len * (klass1 * class2Count + klass2)]; in apply()
817 unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count; in sanitize()
844 USHORT class2Count; /* Number of classes in ClassDef2 member