HomeSort by relevance Sort by last modified time
    Searched full:class2count (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
PairPositioningSubtables.h 75 le_uint16 class2Count;
PairPositioningSubtables.cpp 103 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count);
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 261 HB_UShort Class2Count; /* number of classes in ClassDef2
harfbuzz-gpos.c 1273 /* `Class1Count' and `Class2Count' are the upper limits for class
1277 count2 = ppf2->Class2Count = GET_UShort();
1386 count2 = ppf2->Class2Count;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 261 HB_UShort Class2Count; /* number of classes in ClassDef2
harfbuzz-gpos.c 1273 /* `Class1Count' and `Class2Count' are the upper limits for class
1277 count2 = ppf2->Class2Count = GET_UShort();
1386 count2 = ppf2->Class2Count;
    [all...]
  /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 505 milliseconds