Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.hh66 OT_Symbol = 18, /* Avagraha, etc that take marks (SM,A,VD). */ enumerator
119 INDIC_SYLLABIC_CATEGORY_AVAGRAHA = OT_Symbol,
356 cat = OT_Symbol; in set_indic_properties()
357 static_assert (((int) INDIC_SYLLABIC_CATEGORY_AVAGRAHA == OT_Symbol), ""); in set_indic_properties()
395 …else if ((FLAG_UNSAFE (cat) & (FLAG (OT_SM) /* | FLAG (OT_VD) */ | FLAG (OT_A) | FLAG (OT_Symbol))… in set_indic_properties()