Searched refs:indic_category_t (Results 1 – 4 of 4) sorted by relevance
172 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_myanmar_properties()179 cat = (indic_category_t) OT_VS; in set_myanmar_properties()184 cat = (indic_category_t) OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties()191 cat = (indic_category_t) OT_GB; in set_myanmar_properties()195 cat = (indic_category_t) OT_Ra; in set_myanmar_properties()199 cat = (indic_category_t) OT_A; in set_myanmar_properties()203 cat = (indic_category_t) OT_H; in set_myanmar_properties()207 cat = (indic_category_t) OT_As; in set_myanmar_properties()215 cat = (indic_category_t) OT_D; in set_myanmar_properties()219 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties()[all …]
44 enum indic_category_t { enum
40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
171 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_indic_properties()