Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc172 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_As; in set_myanmar_properties()
211 cat = (indic_category_t) OT_D; in set_myanmar_properties()
215 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties()
219 cat = (indic_category_t) OT_MH; in set_myanmar_properties()
[all …]
Dhb-ot-shape-complex-sea.cc142 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_sea_properties()
147 cat = (indic_category_t) OT_MR; in set_sea_properties()
153 case POS_PRE_C: cat = (indic_category_t) OT_VPre; break; in set_sea_properties()
154 case POS_ABOVE_C: cat = (indic_category_t) OT_VAbv; break; in set_sea_properties()
155 case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break; in set_sea_properties()
156 case POS_POST_C: cat = (indic_category_t) OT_VPst; break; in set_sea_properties()
Dhb-ot-shape-complex-indic-private.hh44 enum indic_category_t { enum
Dhb-ot-shape-complex-indic-machine.rl40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
Dhb-ot-shape-complex-indic.cc171 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_indic_properties()