HomeSort by relevance Sort by last modified time
    Searched refs:class2Count (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
PairPositioningSubtables.h 75 le_uint16 class2Count;
PairPositioningSubtables.cpp 103 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 720 unsigned int count2 = class2Count;
748 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
750 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
774 unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count;
801 USHORT class2Count; /* Number of classes in ClassDef2
    [all...]

Completed in 37 milliseconds