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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh 55 OT_A = 10,
113 INDIC_SYLLABIC_CATEGORY_CANTILLATION_MARK = OT_A,
hb-ot-shape-complex-myanmar.cc 199 cat = (indic_category_t) OT_A;
376 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_A)
386 if (pos == POS_BELOW_C && info[i].myanmar_category() != OT_A)
hb-ot-shape-complex-indic.cc 180 /* The spec says U+0952 is OT_A. However, testing shows that Uniscribe
194 cat = OT_A;
205 cat = OT_A;
210 cat = OT_A;
250 else if ((FLAG (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol))))
    [all...]

Completed in 73 milliseconds