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

  /external/icu/icu4c/source/layout/
PairPositioningSubtables.h 78 le_uint16 class2Count;
PairPositioningSubtables.cpp 108 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 729 unsigned int count2 = class2Count;
758 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
760 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
784 unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count;
811 USHORT class2Count; /* Number of classes in ClassDef2
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 729 unsigned int count2 = class2Count;
758 if (unlikely (klass1 >= class1Count || klass2 >= class2Count)) return TRACE_RETURN (false);
760 const Value *v = &values[record_len * (klass1 * class2Count + klass2)];
784 unsigned int count = (unsigned int) class1Count * (unsigned int) class2Count;
811 USHORT class2Count; /* Number of classes in ClassDef2
    [all...]

Completed in 170 milliseconds