Home
last modified time | relevance | path

Searched refs:LookupListCount (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-open.h101 HB_UShort LookupListCount; /* number of LookupList indices */ member
Dharfbuzz-dump.c147 DUMP_FUINT (Feature, LookupListCount); in DEF_DUMP()
149 for (i=0; i < Feature->LookupListCount; i++) in DEF_DUMP()
Dharfbuzz-open.c318 count = f->LookupListCount = GET_UShort(); in Load_Feature()
Dharfbuzz-gsub.c4233 for ( i = 0; i < feature.LookupListCount; i++ ) in HB_GSUB_Add_Feature()
4304 for ( j = 0; j < feature.LookupListCount; j++ ) in HB_GSUB_Apply_String()
Dharfbuzz-gpos.c5976 for ( i = 0; i < feature.LookupListCount; i++ ) in HB_GPOS_Add_Feature()
6065 for ( j = 0; j < feature.LookupListCount; j++ ) in HB_GPOS_Apply_String()