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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 179 HB_UShort SubstCount; /* number of SubstLookupRecord
212 HB_UShort SubstCount; /* number of SubstLookupRecord
253 HB_UShort SubstCount; /* number of SubstLookupRecords */
289 HB_UShort SubstCount; /* number of SubstLookupRecords */
332 HB_UShort SubstCount; /* number of SubstLookupRecords */
402 HB_UShort SubstCount; /* number of SubstLookupRecords */
harfbuzz-gsub.c 1079 HB_UShort SubstCount,
1092 if ( SubstCount && i == subst->SequenceIndex )
1102 SubstCount--;
1147 sr->SubstCount = GET_UShort();
1170 count = sr->SubstCount;
1394 scr->SubstCount = GET_UShort();
1420 count = scr->SubstCount;
    [all...]
harfbuzz-dump.c 270 for (i = 0; i < ChainSubClassRule->SubstCount; i++)
430 for (i = 0; i < ChainContextSubstFormat3->SubstCount; i++)

Completed in 436 milliseconds