Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh53 OT_SM = 8, enumerator
111 INDIC_SYLLABIC_CATEGORY_BINDU = OT_SM,
126 INDIC_SYLLABIC_CATEGORY_GEMINATION_MARK = OT_SM,
140 INDIC_SYLLABIC_CATEGORY_VISARGA = OT_SM,
Dhb-ot-shape-complex-myanmar.cc246 cat = (indic_category_t) OT_SM; in set_myanmar_properties()
Dhb-ot-shape-complex-indic.cc181 cat = OT_SM; in set_indic_properties()
212 else if (unlikely (u == 0xA982u)) cat = OT_SM; /* Javanese repha. */ 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()