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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 197 HB_SubRuleSet* SubRuleSet; /* array of SubRuleSet tables */
199 HB_UShort SubRuleSetCount; /* number of SubRuleSet tables */
harfbuzz-gsub.c 1206 /* SubRuleSet */
1317 csf1->SubRuleSet = NULL;
1319 if ( ALLOC_ARRAY( csf1->SubRuleSet, count, HB_SubRuleSet ) )
1322 srs = csf1->SubRuleSet;
1361 if ( csf1->SubRuleSet )
1364 srs = csf1->SubRuleSet;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 197 HB_SubRuleSet* SubRuleSet; /* array of SubRuleSet tables */
199 HB_UShort SubRuleSetCount; /* number of SubRuleSet tables */
harfbuzz-gsub.c 1206 /* SubRuleSet */
1317 csf1->SubRuleSet = NULL;
1319 if ( ALLOC_ARRAY( csf1->SubRuleSet, count, HB_SubRuleSet ) )
1322 srs = csf1->SubRuleSet;
1361 if ( csf1->SubRuleSet )
1364 srs = csf1->SubRuleSet;
    [all...]

Completed in 28 milliseconds