Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh63 OT_Symbol = 18, /* Avagraha, etc that take marks (SM,A,VD). */ enumerator
110 INDIC_SYLLABIC_CATEGORY_AVAGRAHA = OT_Symbol,
Dhb-ot-shape-complex-indic.cc200 cat = OT_Symbol; in set_indic_properties()
201 ASSERT_STATIC ((int) INDIC_SYLLABIC_CATEGORY_AVAGRAHA == OT_Symbol); in set_indic_properties()
231 else if ((FLAG_SAFE (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol)))) in set_indic_properties()