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

  /external/icu4c/layout/
CursiveAttachmentSubtables.h 24 struct EntryExitRecord
33 EntryExitRecord entryExitRecords[ANY_NUMBER];
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 304 /* number of EntryExitRecord tables */
305 HB_EntryExitRecord* EntryExitRecord;
306 /* array of EntryExitRecord tables */
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 304 /* number of EntryExitRecord tables */
305 HB_EntryExitRecord* EntryExitRecord;
306 /* array of EntryExitRecord tables */
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 842 struct EntryExitRecord
887 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (c->buffer->cur().codepoint)];
892 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint)];
961 return TRACE_RETURN (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this));
969 ArrayOf<EntryExitRecord>
970 entryExitRecord; /* Array of EntryExit records--in
973 DEFINE_SIZE_ARRAY (6, entryExitRecord);
    [all...]

Completed in 56 milliseconds